Uses of Interface
io.smallrye.common.function.ExceptionPredicate
-
Uses of ExceptionPredicate in io.smallrye.common.function
Methods in io.smallrye.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 io.smallrye.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)