Package org.apache.pekko.stream.javadsl
Class Unzip$
java.lang.Object
org.apache.pekko.stream.javadsl.Unzip$
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 stops backpressuring and there is an input element available
'''Backpressures when''' any of the outputs backpressures
'''Completes when''' upstream completes
'''Cancels when''' any downstream cancels
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A,B> Graph<FanOutShape2<Pair<A, B>, A, B>, NotUsed> create()Creates a newUnzipoperator with the specified output types.<A,B> Graph<FanOutShape2<Pair<A, B>, A, B>, NotUsed> Creates a newUnzipoperator with the specified output types.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Unzip$
public Unzip$()
-
-
Method Details
-
create
Creates a newUnzipoperator with the specified output types. -
create
Creates a newUnzipoperator with the specified output types.
-