Package org.apache.pekko.stream.scaladsl
Class Unzip<A,B> 
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
 
org.apache.pekko.stream.stage.GraphStage<FanOutShape2<In,A1,A2>>
  
org.apache.pekko.stream.scaladsl.UnzipWith2<scala.Tuple2<A,B>,A,B>
   
org.apache.pekko.stream.scaladsl.Unzip<A,B> 
- All Implemented Interfaces:
- Graph<FanOutShape2<scala.Tuple2<A,- B>, - A, - B>, - NotUsed> 
Takes a stream of pair elements and splits each pair to two output streams.
 
 An Unzip has one in port and one left and one right output port.
 
'''Emits when''' all of the outputs stop backpressuring and there is an input element available
'''Backpressures when''' any of the outputs backpressure
'''Completes when''' upstream completes
'''Cancels when''' any downstream cancels
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.pekko.stream.GraphGraph.GraphMapMatVal<S extends Shape,M> 
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.stream.scaladsl.UnzipWith2createLogic, in, initialAttributes, out0, out1, shape, unzipperMethods inherited from class org.apache.pekko.stream.stage.GraphStagecreateLogicAndMaterializedValueMethods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValuewithAttributesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.GraphaddAttributes, async, async, async, getAttributes, named