Uses of Interface
org.wildfly.common.function.ExceptionToIntBiFunction
Packages that use ExceptionToIntBiFunction
Package
Description
Classes which implement useful functions which are missing from
java.util.function.-
Uses of ExceptionToIntBiFunction in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionToIntBiFunctionModifier and TypeMethodDescriptionstatic <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 org.wildfly.common.function with parameters of type ExceptionToIntBiFunctionModifier and TypeMethodDescriptionstatic <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.