Packages

c

akka.stream.scaladsl

UnzipWith6

class UnzipWith6[In, A1, A2, A3, A4, A5, A6] extends GraphStage[FanOutShape6[In, A1, A2, A3, A4, A5, A6]]

UnzipWith specialized for 6 outputs

Source
UnzipWithApply.scala
Linear Supertypes
GraphStage[FanOutShape6[In, A1, A2, A3, A4, A5, A6]], GraphStageWithMaterializedValue[FanOutShape6[In, A1, A2, A3, A4, A5, A6], NotUsed], Graph[FanOutShape6[In, A1, A2, A3, A4, A5, A6], NotUsed], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnzipWith6
  2. GraphStage
  3. GraphStageWithMaterializedValue
  4. Graph
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnzipWith6(unzipper: (In) ⇒ (A1, A2, A3, A4, A5, A6))

Type Members

  1. type Shape = FanOutShape6[In, A1, A2, A3, A4, A5, A6]

    Type-level accessor for the shape parameter of this graph.

    Type-level accessor for the shape parameter of this graph.

    Definition Classes
    Graph

Value Members

  1. def addAttributes(attr: Attributes): Graph[FanOutShape6[In, A1, A2, A3, A4, A5, A6], NotUsed]

    Add the given attributes to this Graph.

    Add the given attributes to this Graph. If the specific attribute was already present on this graph this means the added attribute will be more specific than the existing one. If this Source is a composite of multiple graphs, new attributes on the composite will be less specific than attributes set directly on the individual graphs of the composite.

    Definition Classes
    Graph
  2. def async(dispatcher: String, inputBufferSize: Int): Graph[FanOutShape6[In, A1, A2, A3, A4, A5, A6], NotUsed]

    Put an asynchronous boundary around this Graph

    Put an asynchronous boundary around this Graph

    dispatcher

    Run the graph on this dispatcher

    inputBufferSize

    Set the input buffer to this size for the graph

    Definition Classes
    Graph
  3. def async(dispatcher: String): Graph[FanOutShape6[In, A1, A2, A3, A4, A5, A6], NotUsed]

    Put an asynchronous boundary around this Graph

    Put an asynchronous boundary around this Graph

    dispatcher

    Run the graph on this dispatcher

    Definition Classes
    Graph
  4. def async: Graph[FanOutShape6[In, A1, A2, A3, A4, A5, A6], NotUsed]

    Put an asynchronous boundary around this Graph

    Put an asynchronous boundary around this Graph

    Definition Classes
    Graph
  5. def createLogic(inheritedAttributes: Attributes): GraphStageLogic
    Definition Classes
    UnzipWith6GraphStage
  6. final def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
  7. def in: Inlet[In]
  8. def initialAttributes: Attributes
  9. def named(name: String): Graph[FanOutShape6[In, A1, A2, A3, A4, A5, A6], NotUsed]
    Definition Classes
    Graph
  10. def out0: Outlet[A1]
  11. def out1: Outlet[A2]
  12. def out2: Outlet[A3]
  13. def out3: Outlet[A4]
  14. def out4: Outlet[A5]
  15. def out5: Outlet[A6]
  16. val shape: FanOutShape6[In, A1, A2, A3, A4, A5, A6]

    The shape of a graph is all that is externally visible: its inlets and outlets.

    The shape of a graph is all that is externally visible: its inlets and outlets.

    Definition Classes
    UnzipWith6Graph
  17. def toString(): String
    Definition Classes
    UnzipWith6 → AnyRef → Any
  18. val unzipper: (In) ⇒ (A1, A2, A3, A4, A5, A6)
  19. final def withAttributes(attr: Attributes): Graph[FanOutShape6[In, A1, A2, A3, A4, A5, A6], NotUsed]
    Definition Classes
    GraphStageWithMaterializedValueGraph