Uses of Class
io.activej.promise.SettablePromise
-
Packages that use SettablePromise Package Description io.activej.async io.activej.promise -
-
Uses of SettablePromise in io.activej.async
Methods in io.activej.async that return SettablePromise Modifier and Type Method Description <V> SettablePromise<V>AsyncAccumulator. newPromise(@NotNull BiConsumer<A,V> consumer) -
Uses of SettablePromise in io.activej.promise
Method parameters in io.activej.promise with type arguments of type SettablePromise Modifier and Type Method Description static <T> @NotNull Promise<T>Promise. ofCallback(@NotNull Consumer<@NotNull SettablePromise<T>> callbackConsumer)Creates and returns a newSettablePromisethat is accepted by the providedConsumerofSettablePromise
-