public class ZipWithN
extends java.lang.Object
A ZipWithN
has a n
input ports and one out
port
'''Emits when''' all of the inputs has an element available
'''Backpressures when''' downstream backpressures
'''Completes when''' any upstream completes
'''Cancels when''' downstream cancels
Constructor and Description |
---|
ZipWithN() |
Modifier and Type | Method and Description |
---|---|
static <A,O> Graph<UniformFanInShape<A,O>,NotUsed> |
create(Function<java.util.List<A>,O> zipper,
int n) |
public static <A,O> Graph<UniformFanInShape<A,O>,NotUsed> create(Function<java.util.List<A>,O> zipper, int n)