Uses of Interface
io.smallrye.common.function.ExceptionToLongBiFunction
-
-
Uses of ExceptionToLongBiFunction in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionToLongBiFunction Modifier and Type Method Description static <T,U,E extends EE,TT extends T,UU extends U,EE extends Exception>
ExceptionToLongBiFunction<TT,UU,EE>Functions. cast(ExceptionToLongBiFunction<T,U,E> function)Returns aExceptionToLongBiFunctionwith identical behavior to the specifiedExceptionToLongBiFunctionbut with restricted parameter types and relaxed exception type.Methods in io.smallrye.common.function with parameters of type ExceptionToLongBiFunction Modifier and Type Method Description static <T,U,E extends EE,TT extends T,UU extends U,EE extends Exception>
ExceptionToLongBiFunction<TT,UU,EE>Functions. cast(ExceptionToLongBiFunction<T,U,E> function)Returns aExceptionToLongBiFunctionwith identical behavior to the specifiedExceptionToLongBiFunctionbut with restricted parameter types and relaxed exception type.
-