Uses of Interface
org.wildfly.common.function.ExceptionPredicate
Packages that use ExceptionPredicate
Package
Description
Types related to management of contextual objects.
Classes which implement useful functions which are missing from
java.util.function.-
Uses of ExceptionPredicate in org.wildfly.common.context
Methods in org.wildfly.common.context with parameters of type ExceptionPredicateModifier and TypeMethodDescriptiondefault <T,E extends Exception>
booleanContextual.runExPredicate(ExceptionPredicate<T, E> predicate, T param) Run the given task with this contextual object selected. -
Uses of ExceptionPredicate in org.wildfly.common.function
Methods in org.wildfly.common.function that return ExceptionPredicateModifier and TypeMethodDescriptiondefault ExceptionPredicate<T,E> ExceptionPredicate.and(ExceptionPredicate<T, E> other) default ExceptionPredicate<T,E> ExceptionFunction.andThen(ExceptionBiPredicate<? super T, ? super R, ? extends E> after) default ExceptionPredicate<T,E> ExceptionFunction.andThen(ExceptionPredicate<? super R, ? extends E> after) static <T,E extends EE, TT extends T, EE extends Exception>
ExceptionPredicate<TT,EE> Functions.cast(ExceptionPredicate<T, E> consumer) Returns aExceptionPredicatewith identical behavior to the specifiedExceptionPredicatebut with restricted parameter type and relaxed exception type.default ExceptionPredicate<T,E> ExceptionPredicate.not()default ExceptionPredicate<T,E> ExceptionPredicate.or(ExceptionPredicate<T, E> other) default ExceptionPredicate<T,E> ExceptionPredicate.xor(ExceptionPredicate<T, E> other) Methods in org.wildfly.common.function with parameters of type ExceptionPredicateModifier and TypeMethodDescriptiondefault ExceptionPredicate<T,E> ExceptionPredicate.and(ExceptionPredicate<T, E> other) default ExceptionPredicate<T,E> ExceptionFunction.andThen(ExceptionPredicate<? super R, ? extends E> after) static <T,E extends EE, TT extends T, EE extends Exception>
ExceptionPredicate<TT,EE> Functions.cast(ExceptionPredicate<T, E> consumer) Returns aExceptionPredicatewith identical behavior to the specifiedExceptionPredicatebut with restricted parameter type and relaxed exception type.default ExceptionPredicate<T,E> ExceptionPredicate.or(ExceptionPredicate<T, E> other) default <U> ExceptionBiPredicate<T,U, E> ExceptionPredicate.with(ExceptionPredicate<? super U, ? extends E> other) default ExceptionPredicate<T,E> ExceptionPredicate.xor(ExceptionPredicate<T, E> other)