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