Package akka.stream.scaladsl
Class ZipWith13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O>
- java.lang.Object
 - 
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
 - 
- akka.stream.stage.GraphStage<FanInShape13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O>>
 - 
- akka.stream.scaladsl.ZipWith13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O>
 
 
 
 
- 
- All Implemented Interfaces:
 Graph<FanInShape13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O>,NotUsed>
public class ZipWith13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O> extends GraphStage<FanInShape13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O>>
`ZipWith` specialized for 13 inputs 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface akka.stream.Graph
Graph.GraphMapMatVal<S extends Shape,M> 
 - 
 
- 
Method Summary
All 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<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()FanInShape13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O>shape()The shape of a graph is all that is externally visible: its inlets and outlets.java.lang.StringtoString()scala.Function13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O>zipper()- 
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue 
- 
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
withAttributes 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface akka.stream.Graph
addAttributes, async, async, async, getAttributes, named 
 - 
 
 - 
 
- 
- 
Method Detail
- 
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
 
- 
initialAttributes
public Attributes initialAttributes()
 
- 
shape
public FanInShape13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O> shape()
Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets. 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -