IntModuleLive

org.finos.morphir.runtime.services.sdk.IntModuleLive
case class IntModuleLive() extends IntModule

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IntModule
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete 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]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product