ValMatcher

libretto.scaletto.ScalettoLib.ValMatcher$
See theValMatcher companion trait
object ValMatcher

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def caseAny[V, A, R](f: Val[V] |*| A -⚬ R): ValMatcher[V, V, A, R]
def caseEq[V, A, R](v: V)(f: Val[v.type] |*| A -⚬ R): ValMatcher[Any, V, A, R]