Packages

implicit final class StageOps[I, O, E] extends AnyVal

Extension methods for Stage.

Source
package.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StageOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StageOps(stage: Stage[I, O, E])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. val stage: Stage[I, O, E]
  8. def toEvolution(dispose: () => Unit): ConstEvolution[I, O, E]
    Annotations
    @inline()
  9. def toEvolution: Evolution[I, O, E]

    Lifts this stage into a ConstEvolution that returns it for every status branch.

    Lifts this stage into a ConstEvolution that returns it for every status branch.

    Useful inside h8io.stages.operators.Loop and h8io.stages.operators.Repeat to produce the evolution embedded in a Yield.

    Annotations
    @inline()
  10. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped