Uses of Interface
org.burningwave.core.function.ThrowingPredicate
| Package | Description |
|---|---|
| org.burningwave.core.function |
-
Uses of ThrowingPredicate in org.burningwave.core.function
Methods in org.burningwave.core.function that return ThrowingPredicate Modifier and Type Method Description default ThrowingPredicate<T,E>ThrowingPredicate. and(ThrowingPredicate<? super T,? extends E> other)static <T, E extends Throwable>
ThrowingPredicate<T,E>ThrowingPredicate. isEqual(Object targetRef)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 ThrowingPredicate Modifier and Type Method Description default ThrowingPredicate<T,E>ThrowingPredicate. and(ThrowingPredicate<? super T,? extends E> other)default ThrowingPredicate<T,E>ThrowingPredicate. or(ThrowingPredicate<? super T,? extends E> other)