V - @Beta public interface ICompletableFuture<V> extends Future<V>
| Modifier and Type | Method and Description |
|---|---|
void |
andThen(ExecutionCallback<V> callback) |
void |
andThen(ExecutionCallback<V> callback,
Executor executor) |
void andThen(ExecutionCallback<V> callback)
void andThen(ExecutionCallback<V> callback, Executor executor)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.