Package akka.stream.scaladsl
Class UnzipWith22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<FanOutShape22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22>>
-
- akka.stream.scaladsl.UnzipWith22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22>
-
- All Implemented Interfaces:
Graph<FanOutShape22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22>,NotUsed>
public class UnzipWith22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22> extends GraphStage<FanOutShape22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22>>
`UnzipWith` specialized for 22 outputs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.stream.Graph
Graph.GraphMapMatVal<S extends Shape,M>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogic
createLogic(Attributes inheritedAttributes)
Inlet<In>
in()
Attributes
initialAttributes()
Outlet<A1>
out0()
Outlet<A2>
out1()
Outlet<A11>
out10()
Outlet<A12>
out11()
Outlet<A13>
out12()
Outlet<A14>
out13()
Outlet<A15>
out14()
Outlet<A16>
out15()
Outlet<A17>
out16()
Outlet<A18>
out17()
Outlet<A19>
out18()
Outlet<A20>
out19()
Outlet<A3>
out2()
Outlet<A21>
out20()
Outlet<A22>
out21()
Outlet<A4>
out3()
Outlet<A5>
out4()
Outlet<A6>
out5()
Outlet<A7>
out6()
Outlet<A8>
out7()
Outlet<A9>
out8()
Outlet<A10>
out9()
FanOutShape22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22>
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.java.lang.String
toString()
scala.Function1<In,scala.Tuple22<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22>>
unzipper()
-
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
withAttributes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface akka.stream.Graph
addAttributes, async, async, async, getAttributes, named
-
-
-
-
Method Detail
-
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
-
initialAttributes
public Attributes initialAttributes()
-
shape
public FanOutShape22<In,A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,A21,A22> shape()
Description copied from interface:Graph
The shape of a graph is all that is externally visible: its inlets and outlets.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-