T - Type of result.public interface Promise<T> extends Future<T>
| Modifier and Type | Method and Description |
|---|---|
default Optional<T> |
getOpt()
Wrap result of Future to Optional-object.
|
default T |
unsafeGet()
Await result of Future and return it.
|
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025