Raw

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

Attributes

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

Members list

Value members

Concrete methods

def apply(condition: RawValue, thenValue: RawValue, elseValue: RawValue): Raw
def unapply(value: RawValue): Option[(RawValue, RawValue, RawValue)]