Uses of Interface
org.wildfly.common.function.ExceptionLongFunction
-
Packages that use ExceptionLongFunction 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 ExceptionLongFunction in org.wildfly.common.context
Methods in org.wildfly.common.context with parameters of type ExceptionLongFunction Modifier and Type Method Description default <T,E extends java.lang.Exception>
TContextual. runExLongFunction(ExceptionLongFunction<T,E> function, long value)
Run the given task with this contextual object selected. -
Uses of ExceptionLongFunction in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionLongFunction Modifier and Type Method Description default <R2> ExceptionLongFunction<R2,E>
ExceptionLongFunction. andThen(ExceptionFunction<? super R,? extends R2,? extends E> after)
Methods in org.wildfly.common.function with parameters of type ExceptionLongFunction Modifier and Type Method Description default <R> ExceptionBiFunction<T,U,R,E>
ExceptionToIntBiFunction. andThen(ExceptionLongFunction<R,E> after)
default <R> ExceptionFunction<T,R,E>
ExceptionToIntFunction. andThen(ExceptionLongFunction<? extends R,? extends E> after)
default <R> ExceptionBiFunction<T,U,R,E>
ExceptionToLongBiFunction. andThen(ExceptionLongFunction<R,E> after)
default <R> ExceptionFunction<T,R,E>
ExceptionToLongFunction. andThen(ExceptionLongFunction<R,E> after)
-