Ignore

erules.core.RuleVerdict$.Ignore$
See theIgnore companion trait
object Ignore

Attributes

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

Create a Ignore result with the specified reasons

Create a Ignore result with the specified reasons

Attributes

Definition Classes
RuleVerdictBecauseSupport
override def withoutReasons: Ignore

Create a Ignore result without reasons

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