| BufferedStreamAdapter<F,V> |
Buffers a stream of futures and provides the results as a new stream.
|
| BufferedStreamAdapter.Completable |
|
| BufferedStreamAdapter.Listenable |
|
| Futures |
|
| FutureStreamJoiner |
Joins a stream of futures, returning a single joint future.
|
| FutureStreamJoiner.Completable |
Provides fluent syntax for joining completable futures.
|
| FutureStreamJoiner.Listenable |
Provides fluent syntax for joining ListenableFutures.
|
| Lazy<T> |
A value container where the value is lazily obtained from the given Supplier on the first Lazy.get()
call.
|
| ListenableFutureCollector |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| ResultVoidingFuture |
Deprecated.
|
| Synchronizer |
Encapsulates synchronization and wait/notify functionality.
|
| Threads |
|