Uses of Interface
org.wildfly.common.function.ExceptionLongFunction
Packages that use ExceptionLongFunction
Package
Description
Types related to management of contextual objects.
Classes which implement useful functions which are missing from
java.util.function.Server side of authentication provided by Elytron.
-
Uses of ExceptionLongFunction in org.wildfly.common.context
Methods in org.wildfly.common.context with parameters of type ExceptionLongFunctionModifier and TypeMethodDescriptiondefault <T,E extends 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 ExceptionLongFunctionModifier and TypeMethodDescriptiondefault <R2> ExceptionLongFunction<R2,E> ExceptionLongFunction.andThen(ExceptionFunction<? super R, ? extends R2, ? extends E> after) static <R extends RR,E extends EE, RR, EE extends Exception>
ExceptionLongFunction<RR,EE> Functions.cast(ExceptionLongFunction<R, E> function) Returns aExceptionLongFunctionwith identical behavior to the specifiedExceptionLongFunctionbut with relaxed return type and relaxed exception type.Methods in org.wildfly.common.function with parameters of type ExceptionLongFunctionModifier and TypeMethodDescriptiondefault <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) static <R extends RR,E extends EE, RR, EE extends Exception>
ExceptionLongFunction<RR,EE> Functions.cast(ExceptionLongFunction<R, E> function) Returns aExceptionLongFunctionwith identical behavior to the specifiedExceptionLongFunctionbut with relaxed return type and relaxed exception type. -
Uses of ExceptionLongFunction in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type ExceptionLongFunctionModifier and TypeMethodDescriptiondefault <T,E extends Exception>
TScoped.runAsExLongFunction(ExceptionLongFunction<T, E> action, long value) Run an action under this identity.