Uses of Interface
org.wildfly.common.function.ExceptionIntFunction
-
Packages that use ExceptionIntFunction Package Description org.wildfly.common.context Types related to management of contextual objects.org.wildfly.common.function Classes which implement useful functions which are missing fromjava.util.function
. -
-
Uses of ExceptionIntFunction in org.wildfly.common.context
Methods in org.wildfly.common.context with parameters of type ExceptionIntFunction Modifier and Type Method Description default <T,E extends java.lang.Exception>
TContextual. runExIntFunction(ExceptionIntFunction<T,E> function, int value)
Run the given task with this contextual object selected. -
Uses of ExceptionIntFunction in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionIntFunction Modifier and Type Method Description default <R2> ExceptionIntFunction<R2,E>
ExceptionIntFunction. andThen(ExceptionFunction<? super R,? extends R2,? extends E> after)
Methods in org.wildfly.common.function with parameters of type ExceptionIntFunction Modifier and Type Method Description default <R> ExceptionBiFunction<T,U,R,E>
ExceptionToIntBiFunction. andThen(ExceptionIntFunction<R,E> after)
default <R> ExceptionFunction<T,R,E>
ExceptionToIntFunction. andThen(ExceptionIntFunction<? extends R,? extends E> after)
-