step

org.finos.morphir.runtime.step$
object step

Attributes

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

Members list

Type members

Classlikes

final implicit class ZStepCompanionOps(val self: ZPure.type & StepCompanion) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Types

type Step[TA, VA, A] = ZStep[Any, TA, VA, A]
type ZStep[-R, TA, VA, A] = ZPure[EngineEvent, Context[TA, VA], Context[TA, VA], R, EvaluationError, A]

Value members

Concrete fields

val Step: ZPure.type & StepCompanion
val ZStep: ZPure.type & StepCompanion

Implicits

Implicits

final implicit def ZStepCompanionOps(self: ZPure.type & StepCompanion): ZStepCompanionOps