Uses of Interface
io.smallrye.common.function.ExceptionToLongFunction
-
-
Uses of ExceptionToLongFunction in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionToLongFunction Modifier and Type Method Description default <T2> ExceptionToLongFunction<T2,E>ExceptionToLongFunction. compose(ExceptionFunction<? super T2,? extends T,? extends E> before)Methods in io.smallrye.common.function with parameters of type ExceptionToLongFunction Modifier and Type Method Description default <T> ExceptionFunction<T,R,E>ExceptionLongFunction. compose(ExceptionToLongFunction<? super T,? extends E> before)
-