Package org.apache.pekko.stream.scaladsl
Class ZipWith17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O>
- java.lang.Object
- 
- org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
- 
- org.apache.pekko.stream.stage.GraphStage<FanInShape17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O>>
- 
- org.apache.pekko.stream.scaladsl.ZipWith17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O>
 
 
 
- 
- All Implemented Interfaces:
- Graph<FanInShape17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O>,NotUsed>
 
 public class ZipWith17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O> extends GraphStage<FanInShape17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O>> `ZipWith` specialized for 17 inputs
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.pekko.stream.GraphGraph.GraphMapMatVal<S extends Shape,M>
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogiccreateLogic(Attributes inheritedAttributes)Inlet<A1>in0()Inlet<A2>in1()Inlet<A11>in10()Inlet<A12>in11()Inlet<A13>in12()Inlet<A14>in13()Inlet<A15>in14()Inlet<A16>in15()Inlet<A17>in16()Inlet<A3>in2()Inlet<A4>in3()Inlet<A5>in4()Inlet<A6>in5()Inlet<A7>in6()Inlet<A8>in7()Inlet<A9>in8()Inlet<A10>in9()AttributesinitialAttributes()Outlet<O>out()FanInShape17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O>shape()The shape of a graph is all that is externally visible: its inlets and outlets.java.lang.StringtoString()scala.Function17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O>zipper()- 
Methods inherited from class org.apache.pekko.stream.stage.GraphStagecreateLogicAndMaterializedValue
 - 
Methods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValuewithAttributes
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.pekko.stream.GraphaddAttributes, async, async, async, getAttributes, named
 
- 
 
- 
- 
- 
Method Detail- 
createLogicpublic GraphStageLogic createLogic(Attributes inheritedAttributes) 
 - 
initialAttributespublic Attributes initialAttributes() 
 - 
shapepublic FanInShape17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O> shape() Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets.
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-