Raw

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

Attributes

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

Members list

Value members

Concrete methods

def apply(pattern: UPattern, valueToDestruct: RawValue, inValue: RawValue): Raw
def unapply(value: RawValue): Option[(UPattern, RawValue, RawValue)]