Uses of Interface
io.activej.promise.Promisable
-
Packages that use Promisable Package Description io.activej.promise -
-
Uses of Promisable in io.activej.promise
Subinterfaces of Promisable in io.activej.promise Modifier and Type Interface Description interfacePromise<T>Replacement of default JavaCompletionStageinterface with optimized design, which allows to handle different scenarios more efficiently.Classes in io.activej.promise that implement Promisable Modifier and Type Class Description classCompleteExceptionallyPromise<T>Represents aPromisewhich is completed with an exception.classCompleteNullPromise<T>Represents aCompletePromisewith result that equalsnull.classCompletePromise<T>Represents a completedPromisewith a result of unspecified type.classCompleteResultPromise<T>Represents aCompletePromisewith a result of unspecified type.classNextPromise<T,R>Helps to create sequent chains ofPromises.classSettablePromise<T>Represents aPromisewhich can be completed or completedExceptionally manually at once or later in the future.
-