Allow

case
object Allow extends Permission
trait Singleton
trait Product
trait Mirror
trait WithBoolOps[Permission]
trait SafeBool[Permission]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Concrete methods

override
def apply[A](a: => A): DeniedOr[A]
Definition Classes
override
def option[A](a: => A): Option[A]
Definition Classes

Inherited methods

final
def &(that: => Permission): Permission
Inherited from
WithBoolOps
final
def &&(that: => Boolean): Permission
Inherited from
WithBoolOps
final override
def companion: Object[Permission]
Definition Classes
Permission -> SafeBool
Inherited from
Permission
final
def fnToThisWhen[A](f: A => Boolean): A => Permission
Inherited from
SafeBool
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
@inline
final
def is(b: Permission): Boolean
Inherited from
SafeBool
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final
Inherited from
SafeBool
@inline
final
def when(cond: Boolean): Permission
Inherited from
SafeBool
Inherited from
SafeBool
Inherited from
SafeBool
final
def |(that: => Permission): Permission
Inherited from
WithBoolOps
final
def ||(that: => Boolean): Permission
Inherited from
WithBoolOps