final class Plan[F[_], R, O, S, E] extends PlanLike[F, R, O, S, E, Plan[F, R, O, S, E]]

Linear Supertypes
PlanLike[F, R, O, S, E, Plan[F, R, O, S, E]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Plan
  2. PlanLike
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Plan(name: Option[Name], actions: core.CoreExports.Actions[F, R, O, S, E], invariants: core.CoreExports.Invariants[O, S, E])(implicit executionModel: ExecutionModel[F])

Type Members

  1. type Self[FF[_], RR, OO, SS, EE] = Plan[FF, RR, OO, SS, EE]
    Definition Classes
    PlanPlanLike

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val actions: core.CoreExports.Actions[F, R, O, S, E]
    Definition Classes
    PlanPlanLike
  5. def addInvariants(i: core.CoreExports.Invariants[O, S, E]): Plan[F, R, O, S, E]
    Definition Classes
    PlanLike
  6. final def asAction(name: NameFn[ROS[R, O, S]]): core.CoreExports.Actions[F, R, O, S, E]
    Definition Classes
    PlanLike
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def clearName: Plan[F, R, O, S, E]
    Definition Classes
    PlanLike
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit val executionModel: ExecutionModel[F]
    Definition Classes
    PlanPlanLike
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. val invariants: core.CoreExports.Invariants[O, S, E]
    Definition Classes
    PlanPlanLike
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lift[F2[_], R2, O2, S2, E2](implicit t: Transformer[F, R, O, S, E, F2, R2, O2, S2, E2]): Self[F2, R2, O2, S2, E2]
  18. def mapE[EE](f: (E) => EE): Self[F, R, O, S, EE]
  19. def mapR[R2](f: (R2) => R): Self[F, R2, O, S, E]
  20. def mapS[SS](g: (SS) => S)(s: (SS, S) => SS): Self[F, R, O, SS, E]
  21. final def modActions(f: (core.CoreExports.Actions[F, R, O, S, E]) => core.CoreExports.Actions[F, R, O, S, E]): Plan[F, R, O, S, E]
    Definition Classes
    PlanLike
  22. final def modInvariants(f: (core.CoreExports.Invariants[O, S, E]) => core.CoreExports.Invariants[O, S, E]): Plan[F, R, O, S, E]
    Definition Classes
    PlanLike
  23. final def modPlan(f: (Plan[F, R, O, S, E]) => Plan[F, R, O, S, E]): Plan[F, R, O, S, E]
    Attributes
    protected
    Definition Classes
    PlanLike
  24. val name: Option[Name]
    Definition Classes
    PlanPlanLike
  25. final def named(name: Name): Plan[F, R, O, S, E]
    Definition Classes
    PlanLike
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def plan: Plan[F, R, O, S, E]
    Attributes
    protected
    Definition Classes
    PlanPlanLike
  30. def pmapO[OO](g: (OO) => Or[E, O]): Self[F, R, OO, S, E]
  31. def pmapR[R2](f: (R2) => Or[E, R]): Self[F, R2, O, S, E]
  32. final def setActions(actions: core.CoreExports.Actions[F, R, O, S, E]): Plan[F, R, O, S, E]
    Definition Classes
    PlanLike
  33. final def setInvariants(invariants: core.CoreExports.Invariants[O, S, E]): Plan[F, R, O, S, E]
    Definition Classes
    PlanLike
  34. def setPlan(p: Plan[F, R, O, S, E]): Plan[F, R, O, S, E]
    Attributes
    protected
    Definition Classes
    PlanPlanLike
  35. def stateless(implicit ev: =:=[Unit, S]): PlanWithInitialState[[_]F[_], R, O, S, E]
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def test(observer: Observer[R, O, E])(implicit a: ErrorHandler[E]): Test[[_]F[_], R, O, S, E]
  38. def testU(implicit ev: =:=[Observer[R, Unit, E], Observer[R, O, E]], a: ErrorHandler[E]): Test[[_]F[_], R, O, S, E]
  39. def toString(): String
    Definition Classes
    Plan → AnyRef → Any
  40. def trans[G[_]](t: ~~>[F, G])(implicit arg0: ExecutionModel[G]): Self[G, R, O, S, E]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def withInitialState(s: S): PlanWithInitialState[[_]F[_], R, O, S, E]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from PlanLike[F, R, O, S, E, Plan[F, R, O, S, E]]

Inherited from AnyRef

Inherited from Any

Ungrouped