Raw

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

Attributes

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

Members list

Value members

Concrete methods

def apply(function: RawValue, argument: RawValue, arguments: RawValue*): Raw
def apply(function: RawValue, arguments: ::[RawValue]): Raw
def unapply(value: RawValue): Option[(RawValue, RawValue)]