Uses of Interface
org.wildfly.common.function.ExceptionPredicate
-
Packages that use ExceptionPredicate 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 ExceptionPredicate in org.wildfly.common.context
Methods in org.wildfly.common.context with parameters of type ExceptionPredicate Modifier and Type Method Description default <T,E extends java.lang.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 ExceptionPredicate Modifier and Type Method Description default 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)
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 ExceptionPredicate Modifier and Type Method Description default ExceptionPredicate<T,E>
ExceptionPredicate. and(ExceptionPredicate<T,E> other)
default ExceptionPredicate<T,E>
ExceptionFunction. andThen(ExceptionPredicate<? super R,? extends E> after)
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)
-