BasicsModuleLive

org.finos.morphir.runtime.services.sdk.BasicsModuleLive
final case class BasicsModuleLive() extends BasicsModule

Attributes

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

Members list

Value members

Concrete methods

def add[A](l: Int, r: Int): URTAction[Int]
def add[A](l: Float, r: Float): URTAction[Float]
def subtract[A](l: Int, r: Int): URTAction[Int]
def subtract[A](l: Float, r: Float): URTAction[Float]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product