Package | Description |
---|---|
org.openimaj.util.stream.combine |
Modifier and Type | Method and Description |
---|---|
static <A,B> StreamCombiner<A,B> |
StreamCombiner.combine(Stream<A> a,
Stream<B> b)
Create a new
StreamCombiner from the given streams |