Allowed

case
class Allowed[T](evaluatedRules: NonEmptyList[RuleResult[T, Allow]]) extends RuleResultsInterpreterVerdict[T]
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Inherited fields

val isAllowed: Boolean

Check if this is an instance of Allowed or not

Check if this is an instance of Allowed or not

Inherited from
RuleResultsInterpreterVerdict
val isDenied: Boolean

Check if this is an instance of Denied or not

Check if this is an instance of Denied or not

Inherited from
RuleResultsInterpreterVerdict
val typeName: String

Returns a string Allowed if this is an instance of Allowed otherwise Denied

Returns a string Allowed if this is an instance of Allowed otherwise Denied

Inherited from
RuleResultsInterpreterVerdict