Uses of Interface
io.smallrye.common.function.ExceptionLongFunction
-
Uses of ExceptionLongFunction in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionLongFunctionModifier and TypeMethodDescriptiondefault <R2> ExceptionLongFunction<R2, E> ExceptionLongFunction.andThen(ExceptionFunction<? super R, ? extends R2, ? extends E> after) Returns a function which applies the result of this function to another function.static <R extends RR,E extends EE, RR, EE extends Exception>
ExceptionLongFunction<RR, EE> Functions.cast(ExceptionLongFunction<R, E> function) Returns aExceptionLongFunctionwith identical behavior to the specifiedExceptionLongFunctionbut with relaxed return type and relaxed exception type.Methods in io.smallrye.common.function with parameters of type ExceptionLongFunctionModifier and TypeMethodDescriptiondefault <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> ExceptionFunction<T, R, E> ExceptionToIntFunction.andThen(ExceptionLongFunction<? extends R, ? extends E> after) Apply the given function after this 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.default <R> ExceptionFunction<T, R, E> ExceptionToLongFunction.andThen(ExceptionLongFunction<R, E> after) Returns a function which passes the result of this function through the given function.static <R extends RR,E extends EE, RR, EE extends Exception>
ExceptionLongFunction<RR, EE> Functions.cast(ExceptionLongFunction<R, E> function) Returns aExceptionLongFunctionwith identical behavior to the specifiedExceptionLongFunctionbut with relaxed return type and relaxed exception type.