Package org.apache.pekko.stream.scaladsl
Class ZipWith5<A1,A2,A3,A4,A5,O>
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
org.apache.pekko.stream.stage.GraphStage<FanInShape5<A1,A2,A3,A4,A5,O>>
org.apache.pekko.stream.scaladsl.ZipWith5<A1,A2,A3,A4,A5,O>
- All Implemented Interfaces:
Graph<FanInShape5<A1,A2, A3, A4, A5, O>, NotUsed>
`ZipWith` specialized for 5 inputs
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.stream.Graph
Graph.GraphMapMatVal<S extends Shape,M> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.stream.stage.GraphStage
createLogicAndMaterializedValueMethods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue
withAttributesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.Graph
addAttributes, async, async, async, getAttributes, named
-
Constructor Details
-
ZipWith5
-
-
Method Details
-
createLogic
- Specified by:
createLogicin classGraphStage<FanInShape5<A1,A2, A3, A4, A5, O>>
-
in0
-
in1
-
in2
-
in3
-
in4
-
initialAttributes
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<FanInShape5<A1,A2, A3, A4, A5, O>, NotUsed>
-
out
-
shape
Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets. -
toString
-
zipper
-