org.finos.morphir.universe.engine

Members list

Type members

Classlikes

object Dsl

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Dsl.type
trait Instr[+E, +A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AddF
class AddI
class MultiplyF
class MultiplyI
class ReadVariable
class ReceiveMessage[Msg]
class Subscribe[Msg]
Show all
Self type
Instr[E, A]
object Instr

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Instr.type
object MorphirEngine

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class Subscription[A](topic: Topic)(implicit evidence$1: DataEncoder[A])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Subscription

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type

Types

type Instruction[+E, +A] = Free[Instr, E, A]