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