Uses of Class
io.activej.promise.NextPromise
Packages that use NextPromise
-
Uses of NextPromise in io.activej.promise
Subclasses of NextPromise in io.activej.promiseModifier and TypeClassDescriptionstatic final classstatic classstatic classMethods in io.activej.promise with parameters of type NextPromiseModifier and TypeMethodDescriptionvoidAbstractPromise.next(NextPromise<? super T, ?> cb) voidCompleteExceptionallyPromise.next(NextPromise<? super T, ?> cb) voidCompletePromise.next(NextPromise<? super T, ?> cb) voidPromise.next(NextPromise<? super T, ?> cb) Calls acallbackafterthispromise is completed, passing both a result and an exception of a promise to the callback.