public class Unzip$
extends java.lang.Object
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
Modifier and Type | Field and Description |
---|---|
static Unzip$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Unzip$() |
Modifier and Type | Method and Description |
---|---|
<A,B> Unzip<A,B> |
apply()
Create a new
Unzip . |