|
Generated by JDiff |
||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES | DETAIL: REMOVED | ADDED | CHANGED |
Added Classes and Interfaces | |
|
A step in a pipeline of an asynchronous computation. |
|
A function from an input to a ClosingFuture of a result. |
|
An operation that computes a result. |
|
A function from an input to a result. |
|
A builder of a ClosingFuture step that is derived from more than one input step. |
AsyncCombiningCallable |
An operation that returns a ClosingFuture result and may throw an exception. |
CombiningCallable |
An operation that returns a result and may throw an exception. |
|
A generic Combiner that lets you use a lambda or method reference to combine two ClosingFutures. |
AsyncClosingFunction2 |
A function that returns a ClosingFuture when applied to the values of the two futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture). |
ClosingFunction2 |
A function that returns a value when applied to the values of the two futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture). |
|
A generic Combiner that lets you use a lambda or method reference to combine three ClosingFutures. |
AsyncClosingFunction3 |
A function that returns a ClosingFuture when applied to the values of the three futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture). |
ClosingFunction3 |
A function that returns a value when applied to the values of the three futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture). |
|
A generic Combiner that lets you use a lambda or method reference to combine four ClosingFutures. |
AsyncClosingFunction4 |
A function that returns a ClosingFuture when applied to the values of the four futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture). |
ClosingFunction4 |
A function that returns a value when applied to the values of the four futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture). |
|
A generic Combiner that lets you use a lambda or method reference to combine five ClosingFutures. |
AsyncClosingFunction5 |
A function that returns a ClosingFuture when applied to the values of the five futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture). |
ClosingFunction5 |
A function that returns a value when applied to the values of the five futures passed to .whenAllSucceed(ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture, ClosingFuture). |
|
An object that can capture objects to be closed later, when a ClosingFuture pipeline is done. |
|
An object that can return the value of the ClosingFutures that are passed to .whenAllComplete(Iterable) or .whenAllSucceed(Iterable). |
|
An object that holds the final result of an asynchronous ClosingFuture operation and allows the user to close all the closeable objects that were captured during it for later closing. |
|
Represents an operation that accepts a ValueAndCloser for the last step in a ClosingFuture pipeline. |
Changed Classes | |
|
A FutureTask that also implements the ListenableFuture interface. |
|
A manager for monitoring and controlling a set of Service services. |
|
Utilities for treating interruptible operations as uninterruptible. |
|
|||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |