Uses of Interface
org.wildfly.common.function.ExceptionToIntFunction
Packages that use ExceptionToIntFunction
Package
Description
Classes which implement useful functions which are missing from
java.util.function.-
Uses of ExceptionToIntFunction in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionToIntFunctionModifier and TypeMethodDescriptiondefault <T2> ExceptionToIntFunction<T2,E> ExceptionToIntFunction.compose(ExceptionFunction<? super T2, ? extends T, ? extends E> before) Methods in org.wildfly.common.function with parameters of type ExceptionToIntFunctionModifier and TypeMethodDescriptiondefault <T> ExceptionFunction<T,R, E> ExceptionIntFunction.compose(ExceptionToIntFunction<? super T, ? extends E> before)