Deny

erules.core.RuleVerdict$.Deny$
See theDeny companion trait
object Deny

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Deny.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]): Deny

Create a Deny result with the specified reasons

Create a Deny result with the specified reasons

Attributes

Definition Classes
RuleVerdictBecauseSupport
override def withoutReasons: Deny

Create a Deny result without reasons

Create a Deny 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