| Constructor and Description |
|---|
BlockingIterable(org.reactivestreams.Publisher<? extends T> upstream,
int batchSize,
Supplier<Queue<T>> supplier) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
Spliterator<T> |
spliterator() |
Stream<T> |
stream() |
Copyright © 2019–2020 SmallRye. All rights reserved.