Utils

org.finos.morphir.runtime.Utils$
object Utils

Attributes

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

Members list

Value members

Concrete methods

def curryTypeFunction[TA](inner: Type[TA], params: Chunk[(Name, Type[TA])]): Type[TA]
def getAttributes[TA](tpe: Type[TA]): TA
def specificationToType[TA](spec: ValueSpecification[TA]): Type[TA]
def typeCheck[TA](t1: Type[TA], t2: Type[TA]): RTAction[Any, TypeError, Unit]
def unCurryTypeFunction[TA](curried: Type[TA], args: List[Type[TA]]): RTAction[Any, TypeError, Type[TA]]