CalcMatchCase

neotype.CalcMatchCase
See theCalcMatchCase companion object
case class CalcMatchCase[A](pattern: CalcPattern[A], guard: Option[Calc[Boolean]], calc: Calc[A])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def matches(using ctx: Map[String, Any], q: Quotes)(value: Any): Boolean
def render(using Map[String, String])(using Quotes): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product