Denied

erules.core.RuleResultsInterpreterVerdict$.Denied
case class Denied[T](evaluatedRules: NonEmptyList[RuleResult[T, Deny]]) extends RuleResultsInterpreterVerdict[T]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
RuleResultsInterpreterVerdict