EvalMatchCase

neotype.eval.EvalMatchCase
See theEvalMatchCase companion object
case class EvalMatchCase[A](pattern: EvalPattern[A], guard: Option[Eval[Boolean]], eval: Eval[A])

Attributes

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

Members list

Value members

Concrete methods

def matches(using ctx: Map[String, Any])(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