Class

teststate.run

PlanLike

Related Doc: package run

Permalink

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
Known Subclasses
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]

    Permalink

Abstract Value Members

  1. abstract def plan: Plan[F, R, O, S, E]

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

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def actions: core.CoreExports.Actions[F, R, O, S, E]

    Permalink
  5. def addInvariants(i: core.CoreExports.Invariants[O, S, E]): This

    Permalink
  6. final def asAction(name: NameFn[ROS[R, O, S]]): core.CoreExports.Actions[F, R, O, S, E]

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. final def clearName: This

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. implicit val executionModel: ExecutionModel[F]

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def invariants: core.CoreExports.Invariants[O, S, E]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def modActions(f: (core.CoreExports.Actions[F, R, O, S, E]) ⇒ core.CoreExports.Actions[F, R, O, S, E]): This

    Permalink
  19. final def modInvariants(f: (core.CoreExports.Invariants[O, S, E]) ⇒ core.CoreExports.Invariants[O, S, E]): This

    Permalink
  20. final def modPlan(f: (Plan[F, R, O, S, E]) ⇒ Plan[F, R, O, S, E]): This

    Permalink
    Attributes
    protected
  21. def name: Option[Name]

    Permalink
  22. final def named(name: Name): This

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def setActions(actions: core.CoreExports.Actions[F, R, O, S, E]): This

    Permalink
  27. final def setInvariants(invariants: core.CoreExports.Invariants[O, S, E]): This

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped