All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.util.concurrent.class-use.AsyncFunction.html Maven / Gradle / Ivy

The newest version!







Uses of Interface com.google.common.util.concurrent.AsyncFunction (Guava: Google Core Libraries for Java 11.0.1 API)














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.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy