Value

neotype.eval.EvalPattern.Value
final case class Value[A](value: Eval[A])

Members list

Value members

Inherited methods

def bindings: List[String]

Attributes

Inherited from:
EvalPattern
def matches(value: Any)(using Map[String, Any]): Boolean

Attributes

Inherited from:
EvalPattern
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def render(using Map[String, String])(using Quotes): String

Attributes

Inherited from:
EvalPattern