Packages

object SideEffect

Source
SideEffect.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SideEffect
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[State](callback: (State) ⇒ Unit): SideEffect[State]

    Create a ChainedEffect that can be run after Effects

  2. def create[State](callback: Procedure[State]): SideEffect[State]

    Java API

    Java API

    Create a ChainedEffect that can be run after Effects

  3. def stop[State](): SideEffect[State]
  4. def unstashAll[State](): SideEffect[State]

    Unstash the commands that were stashed with javadsl.EffectFactories.stash or scaladsl.Effect.stash