Uses of Interface
io.smallrye.common.function.ExceptionBiFunction
-
Uses of ExceptionBiFunction in io.smallrye.common.function
Subinterfaces of ExceptionBiFunction in io.smallrye.common.functionModifier and TypeInterfaceDescriptioninterfaceExceptionBinaryOperator<T,E extends Exception> A binary operator which can throw an exception.Methods in io.smallrye.common.function that return ExceptionBiFunctionModifier and TypeMethodDescriptiondefault <R2> ExceptionBiFunction<T, U, R2, E> ExceptionBiFunction.andThen(ExceptionFunction<? super R, ? extends R2, ? extends E> after) Returns a function which passes the result of this function through the given function.default <R> ExceptionBiFunction<T, U, R, E> ExceptionToIntBiFunction.andThen(ExceptionIntFunction<R, E> after) Returns a function which applies the result of this function to the given function.default <R> ExceptionBiFunction<T, U, R, E> ExceptionToIntBiFunction.andThen(ExceptionLongFunction<R, E> after) Returns a function which applies the result of this function to the given function.default <R> ExceptionBiFunction<T, U, R, E> ExceptionToLongBiFunction.andThen(ExceptionLongFunction<R, E> after) Returns a function which applies the result of this function to the given function.static <T,U, R extends RR, E extends EE, TT extends T, UU extends U, RR, EE extends Exception>
ExceptionBiFunction<TT, UU, RR, EE> Functions.cast(ExceptionBiFunction<T, U, R, E> function) Returns aExceptionBiFunctionwith identical behavior to the specifiedExceptionBiFunctionbut with restricted parameter types, relaxed return type, and relaxed exception type.static <T,R, E extends Exception>
ExceptionBiFunction<ExceptionFunction<T, R, E>, T, R, E> Functions.exceptionFunctionBiFunction()Get the singleton function which accepts a function and a parameter to pass to the function, and returns the result of the function.static <R,E extends Exception>
ExceptionBiFunction<ExceptionFunction<ExceptionSupplier<R, E>, R, E>, ExceptionSupplier<R, E>, R, E> Functions.exceptionSupplierFunctionBiFunction()Get the singleton function which accepts a function which accepts a supplier, all of which return the result of the supplier.static <T,R> ExceptionBiFunction <Function<T, R>, T, R, RuntimeException> Functions.functionExceptionBiFunction()Get the singleton function which accepts a function and a parameter to pass to the function, and returns the result of the function.Methods in io.smallrye.common.function with parameters of type ExceptionBiFunctionModifier and TypeMethodDescriptiondefault <R2> ExceptionFunction<T, R2, E> ExceptionFunction.andThen(ExceptionBiFunction<? super T, ? super R, ? extends R2, ? extends E> after) Returns a function which applies the argument to, and result of, this function to the given function.static <T,U, R extends RR, E extends EE, TT extends T, UU extends U, RR, EE extends Exception>
ExceptionBiFunction<TT, UU, RR, EE> Functions.cast(ExceptionBiFunction<T, U, R, E> function) Returns aExceptionBiFunctionwith identical behavior to the specifiedExceptionBiFunctionbut with restricted parameter types, relaxed return type, and relaxed exception type.