Package org.apache.pekko.stream.scaladsl
Class ZipLatestWith8<A1,A2,A3,A4,A5,A6,A7,A8,O>
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
org.apache.pekko.stream.stage.GraphStage<FanInShape8<A1,A2,A3,A4,A5,A6,A7,A8,O>>
org.apache.pekko.stream.scaladsl.ZipLatestWith8<A1,A2,A3,A4,A5,A6,A7,A8,O>
- All Implemented Interfaces:
Graph<FanInShape8<A1,A2, A3, A4, A5, A6, A7, A8, O>, NotUsed>
public class ZipLatestWith8<A1,A2,A3,A4,A5,A6,A7,A8,O>
extends GraphStage<FanInShape8<A1,A2,A3,A4,A5,A6,A7,A8,O>>
`ZipLatestWith` specialized for 8 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
-
ZipLatestWith8
-
ZipLatestWith8
-
-
Method Details
-
createLogic
- Specified by:
createLogicin classGraphStage<FanInShape8<A1,A2, A3, A4, A5, A6, A7, A8, O>>
-
eagerComplete
public boolean eagerComplete() -
in0
-
in1
-
in2
-
in3
-
in4
-
in5
-
in6
-
in7
-
initialAttributes
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<FanInShape8<A1,A2, A3, A4, A5, A6, A7, A8, 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
-