EvalReason

erules.core.EvalReason
See theEvalReason companion object
final case class EvalReason(message: String) extends AnyVal

Value class for a simple reason message.

Attributes

message

reason message

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
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