Allow

erules.core.RuleVerdict$.Allow$
See theAllow companion trait
object Allow

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Allow.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def because(newReasons: List[EvalReason]): Allow

Create a Allow result with the specified reasons

Create a Allow result with the specified reasons

Attributes

Definition Classes
RuleVerdictBecauseSupport
override def withoutReasons: Allow

Create a Allow result without reasons

Create a Allow result without reasons

Attributes

Definition Classes
RuleVerdictBecauseSupport

Inherited methods

def because(newReason: EvalReason): T

Append the specified reason

Append the specified reason

Attributes

Inherited from:
RuleVerdictBecauseSupport (hidden)
def because(newReason: String)(implicit dummyImplicit: DummyImplicit): T

Append the specified reason

Append the specified reason

Attributes

Inherited from:
RuleVerdictBecauseSupport (hidden)

Concrete fields