|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsyncFunction | |
---|---|
com.google.common.util.concurrent | Concurrency utilities. |
Uses of AsyncFunction in com.google.common.util.concurrent |
---|
Methods in com.google.common.util.concurrent with parameters of type AsyncFunction | ||
---|---|---|
static
|
Futures.transform(ListenableFuture<I> input,
AsyncFunction<? super I,? extends O> function)
Returns a new ListenableFuture whose result is asynchronously
derived from the result of the given Future . |
|
static
|
Futures.transform(ListenableFuture<I> input,
AsyncFunction<? super I,? extends O> function,
Executor executor)
Returns a new ListenableFuture whose result is asynchronously
derived from the result of the given Future . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |