c

teststate.run

PlanLike

sealed abstract class PlanLike[F[_], R, O, S, E, This] extends AnyRef

Self Type
PlanLike[F, R, O, S, E, This] with This
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlanLike
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Self[FF[_], RR, OO, SS, EE]

Abstract Value Members

  1. abstract def plan: Plan[F, R, O, S, E]
    Attributes
    protected
  2. abstract def setPlan(plan: Plan[F, R, O, S, E]): This
    Attributes
    protected

Concrete 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. def actions: core.CoreExports.Actions[F, R, O, S, E]
  5. def addInvariants(i: core.CoreExports.Invariants[O, S, E]): This
  6. final def asAction(name: NameFn[ROS[R, O, S]]): core.CoreExports.Actions[F, R, O, S, E]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. final def clearName: This
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. implicit val executionModel: ExecutionModel[F]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def invariants: core.CoreExports.Invariants[O, S, E]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def modActions(f: (core.CoreExports.Actions[F, R, O, S, E]) ⇒ core.CoreExports.Actions[F, R, O, S, E]): This
  18. final def modInvariants(f: (core.CoreExports.Invariants[O, S, E]) ⇒ core.CoreExports.Invariants[O, S, E]): This
  19. final def modPlan(f: (Plan[F, R, O, S, E]) ⇒ Plan[F, R, O, S, E]): This
    Attributes
    protected
  20. def name: Option[Name]
  21. final def named(name: Name): This
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def setActions(actions: core.CoreExports.Actions[F, R, O, S, E]): This
  26. final def setInvariants(invariants: core.CoreExports.Invariants[O, S, E]): This
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped