Instr

org.finos.morphir.universe.engine.Instr$
See theInstr companion trait
object Instr

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Instr.type

Members list

Type members

Classlikes

final case class AddF(a: Float, b: Float) extends Instr[Nothing, Float]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Instr[Nothing, Float]
class Object
trait Matchable
class Any
Show all
final case class AddI(a: Integer, b: Integer) extends Instr[Nothing, Integer]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Instr[Nothing, Integer]
class Object
trait Matchable
class Any
Show all
final case class MultiplyF(a: Float, b: Float) extends Instr[Nothing, Float]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Instr[Nothing, Float]
class Object
trait Matchable
class Any
Show all
final case class MultiplyI(a: Integer, b: Integer) extends Instr[Nothing, Integer]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Instr[Nothing, Integer]
class Object
trait Matchable
class Any
Show all
final case class ReadVariable(name: Name) extends Instr[Throwable, (Type[Unit], Any)]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Instr[Throwable, (Type[Unit], Any)]
class Object
trait Matchable
class Any
Show all
final case class ReceiveMessage[Msg](subscription: Subscription[Msg], message: Msg) extends Instr[Nothing, Unit]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Instr[Nothing, Unit]
class Object
trait Matchable
class Any
Show all
final case class Subscribe[Msg](subscription: Subscription[Msg], encoder: DataEncoder[Msg], handler: Msg => Any) extends Instr[Nothing, Boolean]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Instr[Nothing, Boolean]
class Object
trait Matchable
class Any
Show all