Basics

org.finos.morphir.universe.engine.Dsl$.Morphir$.SDK$.Basics$
object Basics

Attributes

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

Members list

Value members

Concrete methods

def add(a: Integer, b: Integer): Instruction[Nothing, Integer]
def add(a: Float, b: Float): Instruction[Nothing, Float]
def multiply(a: Integer, b: Integer): Instruction[Nothing, Integer]
def multiply(a: Float, b: Float): Instruction[Nothing, Float]