Helpers

org.finos.morphir.runtime.quick.Helpers$
object Helpers

Attributes

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

Members list

Value members

Concrete methods

def listToTuple(items: List[Any]): Any
def matchPatternCase[TA, VA](pattern: Pattern[VA], value: Result[TA, VA]): Option[Map[Name, Result[TA, VA]]]
def unpackLit(literal: Lit): Any