Type

org.finos.morphir.runtime.RTValue.Primitive.Numeric.Type
See theType companion object
sealed trait Type[T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BigDecimal.type
object Float.type
object Int.type

Members list

Value members

Abstract methods

def makeOrFail(value: Any): Numeric[T]