Package org.apache.pekko.stream.scaladsl
Class ZipWith4<A1,A2,A3,A4,O>
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
org.apache.pekko.stream.stage.GraphStage<FanInShape4<A1,A2,A3,A4,O>>
org.apache.pekko.stream.scaladsl.ZipWith4<A1,A2,A3,A4,O>
- All Implemented Interfaces:
Graph<FanInShape4<A1,
A2, A3, A4, O>, NotUsed>
`ZipWith` specialized for 4 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
Modifier and TypeMethodDescriptioncreateLogic
(Attributes inheritedAttributes) in0()
in1()
in2()
in3()
out()
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.toString()
zipper()
Methods inherited from class org.apache.pekko.stream.stage.GraphStage
createLogicAndMaterializedValue
Methods inherited from class org.apache.pekko.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 org.apache.pekko.stream.Graph
addAttributes, async, async, async, getAttributes, named
-
Constructor Details
-
ZipWith4
-
-
Method Details
-
createLogic
- Specified by:
createLogic
in classGraphStage<FanInShape4<A1,
A2, A3, A4, O>>
-
in0
-
in1
-
in2
-
in3
-
initialAttributes
- Overrides:
initialAttributes
in classGraphStageWithMaterializedValue<FanInShape4<A1,
A2, A3, A4, O>, NotUsed>
-
out
-
shape
Description copied from interface:Graph
The shape of a graph is all that is externally visible: its inlets and outlets. -
toString
-
zipper
-