Uses of Class
io.activej.promise.CompletePromise
-
Packages that use CompletePromise Package Description io.activej.promise -
-
Uses of CompletePromise in io.activej.promise
Subclasses of CompletePromise in io.activej.promise Modifier and Type Class Description classCompleteNullPromise<T>Represents aCompletePromisewith result that equalsnull.classCompleteResultPromise<T>Represents aCompletePromisewith a result of unspecified type.Methods in io.activej.promise that return CompletePromise Modifier and Type Method Description static <T> @NotNull CompletePromise<T>Promise. of(T value)Creates successfully completedPromise.
-