Package akka.stream.scaladsl
Class ZipWith3<A1,A2,A3,O>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<FanInShape3<A1,A2,A3,O>>
-
- akka.stream.scaladsl.ZipWith3<A1,A2,A3,O>
-
- All Implemented Interfaces:
Graph<FanInShape3<A1,A2,A3,O>,NotUsed>
public class ZipWith3<A1,A2,A3,O> extends GraphStage<FanInShape3<A1,A2,A3,O>>
`ZipWith` specialized for 3 inputs
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphStageLogiccreateLogic(Attributes inheritedAttributes)Inlet<A1>in0()Inlet<A2>in1()Inlet<A3>in2()AttributesinitialAttributes()Outlet<O>out()FanInShape3<A1,A2,A3,O>shape()The shape of a graph is all that is externally visible: its inlets and outlets.java.lang.StringtoString()scala.Function3<A1,A2,A3,O>zipper()-
Methods inherited from class akka.stream.stage.GraphStage
createLogicAndMaterializedValue
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, traversalBuilder, withAttributes
-
-
-
-
Method Detail
-
createLogic
public GraphStageLogic createLogic(Attributes inheritedAttributes)
- Specified by:
createLogicin classGraphStage<FanInShape3<A1,A2,A3,O>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<FanInShape3<A1,A2,A3,O>,NotUsed>
-
shape
public FanInShape3<A1,A2,A3,O> shape()
Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets.- Returns:
- (undocumented)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-