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