Uses of Interface
com.google.common.util.concurrent.AsyncFunction

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
<I,O> ListenableFuture<O>
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
<I,O> ListenableFuture<O>
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.
 



Copyright © 2010-2012. All Rights Reserved.