Package akka.stream.scaladsl
Class UnzipWith4<In,A1,A2,A3,A4>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<FanOutShape4<In,A1,A2,A3,A4>>
-
- akka.stream.scaladsl.UnzipWith4<In,A1,A2,A3,A4>
-
- All Implemented Interfaces:
Graph<FanOutShape4<In,A1,A2,A3,A4>,NotUsed>
public class UnzipWith4<In,A1,A2,A3,A4> extends GraphStage<FanOutShape4<In,A1,A2,A3,A4>>
`UnzipWith` specialized for 4 outputs
-
-
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<In>in()AttributesinitialAttributes()Outlet<A1>out0()Outlet<A2>out1()Outlet<A3>out2()Outlet<A4>out3()FanOutShape4<In,A1,A2,A3,A4>shape()The shape of a graph is all that is externally visible: its inlets and outlets.java.lang.StringtoString()scala.Function1<In,scala.Tuple4<A1,A2,A3,A4>>unzipper()-
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)
- Specified by:
createLogicin classGraphStage<FanOutShape4<In,A1,A2,A3,A4>>
-
initialAttributes
public Attributes initialAttributes()
- Overrides:
initialAttributesin classGraphStageWithMaterializedValue<FanOutShape4<In,A1,A2,A3,A4>,NotUsed>
-
shape
public FanOutShape4<In,A1,A2,A3,A4> 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
-
-