Skip to content

LazyFutureStream operations on underlying futures

johnmcclean-aol edited this page Mar 23, 2015 · 1 revision

LazyFutureStream operations on underlying Futures

Some LazyFutureSteam operations operate on the underlying futures rather than their results (e.g. limit and skip) but most operate on the result of an operation rather than the underlying Stream of CompletableFutures. Events are triggered when a result completes. In some cases it may be more efficient or useful to perform Stream operations on the underlying Futures. These methods typically end with ****Futures suffix.

zipFutures

eagerfuturestream zipfutures

zipFuturesWithIndex

eagerfuturestream zipfutureswithindex

duplicateFutures

eagerfuturestream duplicatefutures

Clone this wiki locally