Value

neotype.CalcPattern$.Value
final case class Value[A](value: Calc[A])

Members list

Concise view

Value members

Inherited methods

def bindings: List[String]

Attributes

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

Attributes

Inherited from:
CalcPattern
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:
CalcPattern