ValMatcher

object ValMatcher
Companion
class
class Object
trait Matchable
class Any

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] |*| A -⚬ R): ValMatcher[Any, v, A, R]