EmptyPredicate

uk.gov.hmrc.auth.core.authorise.EmptyPredicate
object EmptyPredicate extends Predicate

Attributes

Graph
Supertypes
trait Predicate
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def and(other: Predicate): Predicate

Join this Predicate with another as a boolean AND

Join this Predicate with another as a boolean AND

Value parameters

other

A Predicate to join with this Predicate

Attributes

Returns

A CompositePredicate containing this Predicate and the supplied one

Inherited from:
Predicate
def or(other: Predicate): Predicate

Join this Predicate with another as a boolean OR

Join this Predicate with another as a boolean OR

Value parameters

other

A Predicate to join with this Predicate

Attributes

Returns

An AlternatePredicate containing this Predicate and the supplied one

Inherited from:
Predicate

Concrete fields

val toJson: JsValue

Convert this predicate to JSON for sending over the wire

Convert this predicate to JSON for sending over the wire

Attributes

Returns

the JSON