class Switch[A] extends GraphStage[FanInShape2[A, A, A]]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Switch
  2. GraphStage
  3. GraphStageWithMaterializedValue
  4. Graph
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Switch(ref: AtomicBoolean, emitChangeTrue: Seq[A], emitChangeFalse: Seq[A])

Type Members

  1. type Shape = FanInShape2[A, A, A]
    Definition Classes
    Graph

Value Members

  1. def addAttributes(attr: Attributes): Graph[FanInShape2[A, A, A], NotUsed]
    Definition Classes
    Graph
  2. def async(dispatcher: String, inputBufferSize: Int): Graph[FanInShape2[A, A, A], NotUsed]
    Definition Classes
    Graph
  3. def async(dispatcher: String): Graph[FanInShape2[A, A, A], NotUsed]
    Definition Classes
    Graph
  4. def async: Graph[FanInShape2[A, A, A], NotUsed]
    Definition Classes
    Graph
  5. def createLogic(inheritedAttributes: Attributes): GraphStageLogic
    Definition Classes
    Switch → GraphStage
  6. final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
    Definition Classes
    GraphStage → GraphStageWithMaterializedValue
  7. val in1: Inlet[A]
  8. val in2: Inlet[A]
  9. def named(name: String): Graph[FanInShape2[A, A, A], NotUsed]
    Definition Classes
    Graph
  10. val out: Outlet[A]
  11. val shape: FanInShape2[A, A, A]
    Definition Classes
    Switch → Graph
  12. final def withAttributes(attr: Attributes): Graph[FanInShape2[A, A, A], NotUsed]
    Definition Classes
    GraphStageWithMaterializedValue → Graph