Uses of Interface
io.activej.async.function.AsyncSupplierEx
Packages that use AsyncSupplierEx
-
Uses of AsyncSupplierEx in io.activej.async.function
Subinterfaces of AsyncSupplierEx in io.activej.async.functionModifier and TypeInterfaceDescriptioninterfaceRepresents asynchronous supplier that returnsPromiseof some data.Methods in io.activej.async.function with parameters of type AsyncSupplierExModifier and TypeMethodDescriptionstatic <T> AsyncSupplier<T>AsyncSupplier.sanitize(AsyncSupplierEx<T> supplier) -
Uses of AsyncSupplierEx in io.activej.promise
Methods in io.activej.promise with parameters of type AsyncSupplierExModifier and TypeMethodDescription<U> Promise<U>AbstractPromise.then(AsyncSupplierEx<U> fn) <U> Promise<U>CompleteExceptionallyPromise.then(AsyncSupplierEx<U> fn) <U> Promise<U>CompletePromise.then(AsyncSupplierEx<U> fn) default <U> Promise<U>Promise.then(AsyncSupplierEx<U> fn) Returns a newPromisewhich is obtained by calling a provided supplier of a new promise.