public interface EagerOrLazyToQueue<U> extends EagerToQueue<U>, LazyToQueue<U>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEager() |
default Queue<U> |
toQueue()
Convert the current Stream to a SimpleReact Queue
|
allOf, getQueueFactory, thenallOf, getQueueFactory, thenboolean isEager()
default Queue<U> toQueue()
EagerToQueuetoQueue in interface EagerToQueue<U>toQueue in interface LazyToQueue<U>toQueue in interface ToQueue<U>