Uses of Class
io.activej.promise.CompleteExceptionallyPromise
-
Packages that use CompleteExceptionallyPromise Package Description io.activej.promise -
-
Uses of CompleteExceptionallyPromise in io.activej.promise
Methods in io.activej.promise that return CompleteExceptionallyPromise Modifier and Type Method Description static <T> @NotNull CompleteExceptionallyPromise<T>Promise. ofException(@NotNull Throwable e)Creates an exceptionally completedPromise.
-