E
- public interface InternalCompletableFuture<E> extends ICompletableFuture<E>
ICompletableFuture
with more functionality like getting
the result without needing to deal with checked exceptions.Modifier and Type | Method and Description |
---|---|
E |
getSafely()
Deprecated.
since 3.7. Use
join() instead. |
E |
join()
Waits for this future to complete.
|
andThen, andThen
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.