V - The result type returned by this Future's get methodpublic interface FluentFuture<V>
extends com.google.common.util.concurrent.ListenableFuture<V>
| Modifier and Type | Method and Description |
|---|---|
FluentFuture<V> |
addCallback(com.google.common.util.concurrent.FutureCallback<V> callback) |
<T> FluentFuture<T> |
asyncTransform(com.google.common.util.concurrent.AsyncFunction<? super V,? extends T> function) |
FluentFuture<V> |
catching(com.google.common.base.Function<Throwable,V> fallback) |
V |
getUnchecked() |
<T> FluentFuture<T> |
lazyTransform(com.google.common.base.Function<? super V,? extends T> function) |
<T> FluentFuture<T> |
transform(com.google.common.base.Function<? super V,? extends T> function) |
FluentFuture<V> |
withExecutor(Executor executor) |
FluentFuture<V> |
withFallbackValue(V value) |
V getUnchecked()
FluentFuture<V> addCallback(com.google.common.util.concurrent.FutureCallback<V> callback)
FluentFuture<V> catching(com.google.common.base.Function<Throwable,V> fallback)
FluentFuture<V> withFallbackValue(V value)
FluentFuture<V> withExecutor(Executor executor)
<T> FluentFuture<T> transform(com.google.common.base.Function<? super V,? extends T> function)
<T> FluentFuture<T> asyncTransform(com.google.common.util.concurrent.AsyncFunction<? super V,? extends T> function)
<T> FluentFuture<T> lazyTransform(com.google.common.base.Function<? super V,? extends T> function)
Copyright © 2016 The Immutables.org authors. All rights reserved.