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)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
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
.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy