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