Pattern

be.objectify.deadbolt.scala.composite.CompositeConstraints.Pattern
case class Pattern[A](value: String, patternType: PatternType, meta: Option[Any], invert: Boolean) extends () => A

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait (AuthenticatedRequest[A], DeadboltHandler) => Future[Boolean]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply(authRequest: AuthenticatedRequest[A], handler: DeadboltHandler): Future[Boolean]

Attributes

Definition Classes
Function2

Inherited methods

def curried: T1 => T2 => R

Attributes

Inherited from:
Function2
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function2 -> Any
Inherited from:
Function2
def tupled: ((T1, T2)) => R

Attributes

Inherited from:
Function2