Uses of Interface
org.wildfly.common.function.ExceptionBiPredicate
Packages that use ExceptionBiPredicate
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 ExceptionBiPredicate in org.wildfly.common.context
Methods in org.wildfly.common.context with parameters of type ExceptionBiPredicateModifier and TypeMethodDescriptiondefault <T,U, E extends Exception>
booleanContextual.runExBiPredicate(ExceptionBiPredicate<T, U, E> predicate, T param1, U param2) Run the given task with this contextual object selected. -
Uses of ExceptionBiPredicate in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionBiPredicateModifier and TypeMethodDescriptiondefault ExceptionBiPredicate<T,U, E> ExceptionBiPredicate.and(ExceptionBiPredicate<T, U, E> other) static <T,U, E extends EE, TT extends T, UU extends U, EE extends Exception>
ExceptionBiPredicate<TT,UU, EE> Functions.cast(ExceptionBiPredicate<T, U, E> predicate) Returns aExceptionBiPredicatewith identical behavior to the specifiedExceptionBiPredicatebut with restricted parameter types and relaxed exception type.default ExceptionBiPredicate<T,U, E> ExceptionBiPredicate.not()default ExceptionBiPredicate<T,U, E> ExceptionBiPredicate.or(ExceptionBiPredicate<T, U, E> other) default <U> ExceptionBiPredicate<T,U, E> ExceptionPredicate.with(ExceptionPredicate<? super U, ? extends E> other) default ExceptionBiPredicate<T,U, E> ExceptionBiPredicate.xor(ExceptionBiPredicate<T, U, E> other) Methods in org.wildfly.common.function with parameters of type ExceptionBiPredicateModifier and TypeMethodDescriptiondefault ExceptionBiPredicate<T,U, E> ExceptionBiPredicate.and(ExceptionBiPredicate<T, U, E> other) default ExceptionPredicate<T,E> ExceptionFunction.andThen(ExceptionBiPredicate<? super T, ? super R, ? extends E> after) static <T,U, E extends EE, TT extends T, UU extends U, EE extends Exception>
ExceptionBiPredicate<TT,UU, EE> Functions.cast(ExceptionBiPredicate<T, U, E> predicate) Returns aExceptionBiPredicatewith identical behavior to the specifiedExceptionBiPredicatebut with restricted parameter types and relaxed exception type.default ExceptionBiPredicate<T,U, E> ExceptionBiPredicate.or(ExceptionBiPredicate<T, U, E> other) default ExceptionBiPredicate<T,U, E> ExceptionBiPredicate.xor(ExceptionBiPredicate<T, U, E> other) -
Uses of ExceptionBiPredicate in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server with parameters of type ExceptionBiPredicateModifier and TypeMethodDescription<T,U, E extends Exception>
booleanFlexibleIdentityAssociation.runAsExBiPredicate(ExceptionBiPredicate<T, U, E> action, T param1, U param2) default <T,U, E extends Exception>
booleanScoped.runAsExBiPredicate(ExceptionBiPredicate<T, U, E> predicate, T param1, U param2) Run an action under this identity.<T,U, E extends Exception>
booleanSecurityIdentity.runAsExBiPredicate(ExceptionBiPredicate<T, U, E> action, T parameter1, U parameter2) Run an action under this identity.