public static interface AbstractConfiguredObject.ChainedListenableFuture<V>
extends com.google.common.util.concurrent.ListenableFuture<V>
Modifier and Type | Method and Description |
---|---|
<A> AbstractConfiguredObject.ChainedListenableFuture<A> |
then(AbstractConfiguredObject.CallableWithArgument<com.google.common.util.concurrent.ListenableFuture<A>,V> r) |
AbstractConfiguredObject.ChainedListenableFuture<V> |
then(Callable<com.google.common.util.concurrent.ListenableFuture<V>> r) |
AbstractConfiguredObject.ChainedListenableFuture<Void> |
then(Runnable r) |
AbstractConfiguredObject.ChainedListenableFuture<Void> then(Runnable r)
AbstractConfiguredObject.ChainedListenableFuture<V> then(Callable<com.google.common.util.concurrent.ListenableFuture<V>> r)
<A> AbstractConfiguredObject.ChainedListenableFuture<A> then(AbstractConfiguredObject.CallableWithArgument<com.google.common.util.concurrent.ListenableFuture<A>,V> r)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.