Uses of Interface
io.smallrye.common.function.ExceptionBiPredicate
-
-
Uses of ExceptionBiPredicate in io.smallrye.common.function
Methods in io.smallrye.common.function that return ExceptionBiPredicate Modifier and Type Method Description default ExceptionBiPredicate<T,U,E>ExceptionBiPredicate. and(ExceptionBiPredicate<T,U,E> other)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 io.smallrye.common.function with parameters of type ExceptionBiPredicate Modifier and Type Method Description default 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)default ExceptionBiPredicate<T,U,E>ExceptionBiPredicate. or(ExceptionBiPredicate<T,U,E> other)default ExceptionBiPredicate<T,U,E>ExceptionBiPredicate. xor(ExceptionBiPredicate<T,U,E> other)
-