Uses of Interface
org.burningwave.core.function.ThrowingPredicate
Packages that use ThrowingPredicate
-
Uses of ThrowingPredicate in org.burningwave.core.function
Methods in org.burningwave.core.function that return ThrowingPredicateModifier and TypeMethodDescriptiondefault ThrowingPredicate<T, E> ThrowingPredicate.and(ThrowingPredicate<? super T, ? extends E> other) static <T,E extends Throwable>
ThrowingPredicate<T, E> default ThrowingPredicate<T, E> ThrowingPredicate.negate()default ThrowingPredicate<T, E> ThrowingPredicate.or(ThrowingPredicate<? super T, ? extends E> other) Methods in org.burningwave.core.function with parameters of type ThrowingPredicateModifier and TypeMethodDescriptiondefault ThrowingPredicate<T, E> ThrowingPredicate.and(ThrowingPredicate<? super T, ? extends E> other) default ThrowingPredicate<T, E> ThrowingPredicate.or(ThrowingPredicate<? super T, ? extends E> other)