Guava: Google Core Libraries for Java 13.0.1-redhat-1

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.
 


Guava: Google Core Libraries for Java 13.0.1-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.