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 SummaryNested classes/interfaces inherited from interface org.apache.pekko.stream.GraphGraph.GraphMapMatVal<S extends Shape,M> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.GraphStagecreateLogicAndMaterializedValueMethods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValuewithAttributesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.GraphaddAttributes, async, async, async, getAttributes, named
- 
Constructor Details- 
ZipWith4
 
- 
- 
Method Details- 
createLogic- Specified by:
- createLogicin class- GraphStage<FanInShape4<A1,- A2, - A3, - A4, - O>> 
 
- 
in0
- 
in1
- 
in2
- 
in3
- 
initialAttributes- Overrides:
- initialAttributesin class- GraphStageWithMaterializedValue<FanInShape4<A1,- A2, - A3, - A4, - O>, - NotUsed> 
 
- 
out
- 
shapeDescription copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets.
- 
toString
- 
zipper
 
-