Uses of Interface
io.activej.async.function.AsyncBiFunctionEx
Packages that use AsyncBiFunctionEx
-
Uses of AsyncBiFunctionEx in io.activej.async.function
Subinterfaces of AsyncBiFunctionEx in io.activej.async.functionMethods in io.activej.async.function with parameters of type AsyncBiFunctionExModifier and TypeMethodDescriptionstatic <T,U, R> AsyncBiFunction<T, U, R> AsyncBiFunction.sanitize(AsyncBiFunctionEx<? super T, ? super U, R> function) -
Uses of AsyncBiFunctionEx in io.activej.promise
Methods in io.activej.promise with parameters of type AsyncBiFunctionExModifier and TypeMethodDescription<U> Promise<U>AbstractPromise.then(AsyncBiFunctionEx<? super T, Exception, U> fn) <U> Promise<U>CompleteExceptionallyPromise.then(AsyncBiFunctionEx<? super T, Exception, U> fn) final <U> Promise<U>CompletePromise.then(AsyncBiFunctionEx<? super T, Exception, U> fn) default <U> Promise<U>Promise.then(AsyncBiFunctionEx<? super T, @Nullable Exception, U> fn) Returns a newPromisewhich is obtained by mapping a result and an exception ofthispromise to some other promise.