IntModule

org.finos.morphir.runtime.services.sdk.IntModule
See theIntModule companion object
trait IntModule

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def fromInt16(value: Int16): URTAction[Int]
def fromInt32(value: Int32): URTAction[Int]
def fromInt64(value: Int64): URTAction[Int]
def fromInt8(value: Int8): URTAction[Int]