public class BatchByTimeOperator<T,C extends java.util.Collection<T>>
extends java.lang.Object
| Constructor and Description |
|---|
BatchByTimeOperator(java.util.stream.Stream<T> stream) |
BatchByTimeOperator(java.util.stream.Stream<T> stream2,
java.util.function.Supplier<C> factory2) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<C> |
batchByTime(long time,
java.util.concurrent.TimeUnit t) |