Package io.activej.promise
Class CompleteResultPromise<T>
java.lang.Object
io.activej.promise.CompletePromise<T>
io.activej.promise.CompleteResultPromise<T>
- Type Parameters:
T- type of the result
- All Implemented Interfaces:
AsyncComputation<T>,Promise<T>
Represents a
CompletePromise with a result of unspecified type.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.activej.promise.CompletePromise
async, both, combine, either, getException, getTry, isComplete, isException, isResult, map, map, map, mapException, mapException, next, subscribe, then, then, then, then, thenCallback, thenCallback, thenCallback, thenCallback, toCompletableFuture, toTry, toVoid, whenComplete, whenComplete, whenComplete, whenException, whenException, whenException, whenException, whenResult, whenResult
-
Constructor Details
-
CompleteResultPromise
-
-
Method Details
-
getResult
-