public static class StreamCollectingSupport.OngoingBlockingCollecting<T>
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
StreamCollectingSupport.OngoingBlockingCollecting<T> |
and()
No-op method for fluent method chaining
|
T |
awaitNext()
|
StreamCollectingSupport.OngoingBlockingCollecting<T> |
skip(int itemsToSkip)
Instruct the
StreamCollectingSupport.OngoingBlockingCollecting to skip the given number of elements. |
public StreamCollectingSupport.OngoingBlockingCollecting<T> skip(int itemsToSkip)
StreamCollectingSupport.OngoingBlockingCollecting to skip the given number of elements.public StreamCollectingSupport.OngoingBlockingCollecting<T> and()
public T awaitNext()
StreamCollectingSupport.OngoingBlockingCollecting. It discovers the stream with the given id, it applies all the
registered operations and returns the value.