Raw

org.finos.morphir.ir.internal.Value.PatternMatch.Raw
object Raw

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Raw.type

Members list

Value members

Concrete methods

def apply(branchOutOn: RawValue, cases: Chunk[(UPattern, RawValue)]): Raw
def apply(target: RawValue, cases: (UPattern, RawValue)*): Raw
def unapply(value: RawValue): Option[(RawValue, Chunk[(UPattern, RawValue)])]