Package org.apache.pekko.stream.scaladsl
Class ZipLatestWith2<A1,A2,O>
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
org.apache.pekko.stream.stage.GraphStage<FanInShape2<A1,A2,O>>
org.apache.pekko.stream.scaladsl.ZipLatestWith2<A1,A2,O>
- All Implemented Interfaces:
Graph<FanInShape2<A1,A2, O>, NotUsed>
- Direct Known Subclasses:
ZipLatest
`ZipLatestWith` specialized for 2 inputs
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.stream.Graph
Graph.GraphMapMatVal<S extends Shape,M> -
Constructor Summary
ConstructorsConstructorDescriptionZipLatestWith2(scala.Function2<A1, A2, O> zipper) ZipLatestWith2(scala.Function2<A1, A2, O> zipper, boolean eagerComplete) -
Method Summary
Modifier and TypeMethodDescriptioncreateLogic(Attributes inheritedAttributes) booleanin0()in1()out()FanInShape2<A1,A2, O> 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
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
-
ZipLatestWith2
-
ZipLatestWith2
-
-
Method Details
-
createLogic
- Specified by:
createLogicin classGraphStage<FanInShape2<A1,A2, O>>
-
eagerComplete
public boolean eagerComplete() -
in0
-
in1
-
initialAttributes
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<FanInShape2<A1,A2, 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
-