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 static <T,E extends EE,TT extends T,EE extends Exception>
ExceptionToLongFunction<TT,EE>Functions. cast(ExceptionToLongFunction<T,E> function)Returns aExceptionToLongFunctionwith identical behavior to the specifiedExceptionToLongFunctionbut with restricted parameter type and relaxed exception type.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 static <T,E extends EE,TT extends T,EE extends Exception>
ExceptionToLongFunction<TT,EE>Functions. cast(ExceptionToLongFunction<T,E> function)Returns aExceptionToLongFunctionwith identical behavior to the specifiedExceptionToLongFunctionbut with restricted parameter type and relaxed exception type.default <T> ExceptionFunction<T,R,E>ExceptionLongFunction. compose(ExceptionToLongFunction<? super T,? extends E> before)
-