Uses of Interface
io.smallrye.common.function.ExceptionLongFunction
-
-
Uses of ExceptionLongFunction in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionLongFunction Modifier and Type Method Description default <R2> ExceptionLongFunction<R2,E>ExceptionLongFunction. andThen(ExceptionFunction<? super R,? extends R2,? extends E> after)Methods in io.smallrye.common.function with parameters of type ExceptionLongFunction Modifier and Type Method Description default <R> ExceptionBiFunction<T,U,R,E>ExceptionToIntBiFunction. andThen(ExceptionLongFunction<R,E> after)default <R> ExceptionFunction<T,R,E>ExceptionToIntFunction. andThen(ExceptionLongFunction<? extends R,? extends E> after)default <R> ExceptionBiFunction<T,U,R,E>ExceptionToLongBiFunction. andThen(ExceptionLongFunction<R,E> after)default <R> ExceptionFunction<T,R,E>ExceptionToLongFunction. andThen(ExceptionLongFunction<R,E> after)
-