Skip navigation links
A C F H M R S T V W 

A

acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
allOf(Vertx, CompletableFuture<?>...) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
allOf(Context, CompletableFuture<?>...) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is completed when all of the given CompletableFutures complete.
anyOf(Vertx, CompletableFuture<?>...) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is completed when any of the given CompletableFutures complete, with the same result.
anyOf(Context, CompletableFuture<?>...) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is completed when any of the given CompletableFutures complete, with the same result.
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 

C

context() - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 

F

from(Vertx, CompletableFuture<T>) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates a new VertxCompletableFuture from the given Vertx instance and given CompletableFuture.
from(Vertx, Future<T>) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates a new VertxCompletableFuture from the given Context instance and given Future.
from(Context, CompletableFuture<T>) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates a VertxCompletableFuture from the given Context and CompletableFuture.
from(Context, Future<T>) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates a new VertxCompletableFuture from the given Context instance and given Future.

H

handle(BiFunction<? super T, Throwable, ? extends U>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 

M

me.escoffier.vertx.completablefuture - package me.escoffier.vertx.completablefuture
 

R

runAfterBoth(CompletionStage<?>, Runnable) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
runAfterBothAsync(CompletionStage<?>, Runnable) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
runAfterEither(CompletionStage<?>, Runnable) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
runAfterEitherAsync(CompletionStage<?>, Runnable) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
runAsync(Vertx, Runnable) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the current Vert.x Context after it runs the given action.
runAsync(Context, Runnable) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the current Vert.x Context after it runs the given action.
runBlockingAsync(Vertx, Runnable) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a action running in the worker thread pool of Vert.x
runBlockingAsync(Context, Runnable) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a action running in the worker thread pool of Vert.x

S

supplyAsync(Vertx, Supplier<T>) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the current Vert.x Context with the value obtained by calling the given Supplier.
supplyAsync(Context, Supplier<T>) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the current Vert.x Context with the value obtained by calling the given Supplier.
supplyBlockingAsync(Vertx, Supplier<T>) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the worker thread pool of Vert.x
supplyBlockingAsync(Context, Supplier<T>) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Returns a new CompletableFuture that is asynchronously completed by a task running in the worker thread pool of Vert.x

T

thenAccept(Consumer<? super T>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenAcceptAsync(Consumer<? super T>, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenAcceptAsync(Consumer<? super T>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenAcceptBoth(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenAcceptBothAsync(CompletionStage<? extends U>, BiConsumer<? super T, ? super U>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenApply(Function<? super T, ? extends U>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenApplyAsync(Function<? super T, ? extends U>, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenApplyAsync(Function<? super T, ? extends U>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenCombine(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenCombineAsync(CompletionStage<? extends U>, BiFunction<? super T, ? super U, ? extends V>, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenCompose(Function<? super T, ? extends CompletionStage<U>>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenComposeAsync(Function<? super T, ? extends CompletionStage<U>>, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenRun(Runnable) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenRunAsync(Runnable, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
thenRunAsync(Runnable) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
toCompletableFuture() - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
toFuture(CompletableFuture<T>) - Static method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates a Vert.x Future from the given CompletableFuture (that can be a VertxCompletableFuture).
toFuture() - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates a new Future object completed / failed when the current VertxCompletableFuture is completed successfully or not.

V

VertxCompletableFuture<T> - Class in me.escoffier.vertx.completablefuture
An implementation of CompletableFuture for Vert.x.
VertxCompletableFuture(Vertx) - Constructor for class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates an instance of VertxCompletableFuture, using the current Vert.x context or create a new one.
VertxCompletableFuture(Context) - Constructor for class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates an instance of VertxCompletableFuture, using the given Context.
VertxCompletableFuture() - Constructor for class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates a new VertxCompletableFuture using the current Context.

W

whenComplete(BiConsumer<? super T, ? super Throwable>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>, Executor) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
whenCompleteAsync(BiConsumer<? super T, ? super Throwable>) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
 
withContext() - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates a new VertxCompletableFuture using the current context.
withContext(Vertx) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates a new VertxCompletableFuture using the current context or creates a new one.
withContext(Context) - Method in class me.escoffier.vertx.completablefuture.VertxCompletableFuture
Creates a new VertxCompletableFuture using the given context.
A C F H M R S T V W 
Skip navigation links

Copyright © 2016–2017 escoffier.me. All rights reserved.