Package org.apache.pekko.stream.scaladsl
Class ZipWith19<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O>                   
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
 
org.apache.pekko.stream.stage.GraphStage<FanInShape19<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O>>
                   
org.apache.pekko.stream.scaladsl.ZipWith19<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O>                   
- All Implemented Interfaces:
- Graph<FanInShape19<A1,- A2, - A3, - A4, - A5, - A6, - A7, - A8, - A9, - A10, - A11, - A12, - A13, - A14, - A15, - A16, - A17, - A18, - A19, - O>, - NotUsed> 
public class ZipWith19<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O>                   
extends GraphStage<FanInShape19<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O>>                   
`ZipWith` specialized for 19 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()in10()in11()in12()in13()in14()in15()in16()in17()in18()in2()in3()in4()in5()in6()in7()in8()in9()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- 
ZipWith19
 
- 
- 
Method Details- 
createLogic
- 
in0
- 
in1
- 
in10
- 
in11
- 
in12
- 
in13
- 
in14
- 
in15
- 
in16
- 
in17
- 
in18
- 
in2
- 
in3
- 
in4
- 
in5
- 
in6
- 
in7
- 
in8
- 
in9
- 
initialAttributes
- 
out
- 
shapeDescription copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets.
- 
toString
- 
zipper
 
-