Uses of Interface
org.wildfly.common.function.ExceptionIntFunction
Packages that use ExceptionIntFunction
Package
Description
Types related to management of contextual objects.
Classes which implement useful functions which are missing from
java.util.function.-
Uses of ExceptionIntFunction in org.wildfly.common.context
Methods in org.wildfly.common.context with parameters of type ExceptionIntFunctionModifier and TypeMethodDescriptiondefault <T,E extends 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 ExceptionIntFunctionModifier and TypeMethodDescriptiondefault <R2> ExceptionIntFunction<R2,E> ExceptionIntFunction.andThen(ExceptionFunction<? super R, ? extends R2, ? extends E> after) static <R extends RR,E extends EE, RR, EE extends Exception>
ExceptionIntFunction<RR,EE> Functions.cast(ExceptionIntFunction<R, E> function) Returns aExceptionIntFunctionwith identical behavior to the specifiedExceptionFunctionbut with relaxed return type and relaxed exception type.Methods in org.wildfly.common.function with parameters of type ExceptionIntFunctionModifier and TypeMethodDescriptiondefault <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) static <R extends RR,E extends EE, RR, EE extends Exception>
ExceptionIntFunction<RR,EE> Functions.cast(ExceptionIntFunction<R, E> function) Returns aExceptionIntFunctionwith identical behavior to the specifiedExceptionFunctionbut with relaxed return type and relaxed exception type.