Uses of Interface
org.docx4j.com.google.common.util.concurrent.AsyncFunction
Packages that use AsyncFunction
-
Uses of AsyncFunction in org.docx4j.com.google.common.util.concurrent
Methods in org.docx4j.com.google.common.util.concurrent with parameters of type AsyncFunctionModifier and TypeMethodDescription(package private) ListenableFuture<? extends O>AbstractTransformFuture.AsyncTransformFuture.doTransform(AsyncFunction<? super I, ? extends O> function, @Nullable I input) Constructors in org.docx4j.com.google.common.util.concurrent with parameters of type AsyncFunctionModifierConstructorDescription(package private)AsyncTransformFuture(ListenableFuture<? extends I> inputFuture, AsyncFunction<? super I, ? extends O> function)