Uses of Interface
org.burningwave.core.function.ThrowingBiPredicate
| Package | Description |
|---|---|
| org.burningwave.core.function |
-
Uses of ThrowingBiPredicate in org.burningwave.core.function
Methods in org.burningwave.core.function that return ThrowingBiPredicate Modifier and Type Method Description default ThrowingBiPredicate<T,U,E>ThrowingBiPredicate. and(ThrowingBiPredicate<? super T,? super U,? extends E> other)default ThrowingBiPredicate<T,U,E>ThrowingBiPredicate. negate()default ThrowingBiPredicate<T,U,E>ThrowingBiPredicate. or(ThrowingBiPredicate<? super T,? super U,? extends E> other)Methods in org.burningwave.core.function with parameters of type ThrowingBiPredicate Modifier and Type Method Description default ThrowingBiPredicate<T,U,E>ThrowingBiPredicate. and(ThrowingBiPredicate<? super T,? super U,? extends E> other)default ThrowingBiPredicate<T,U,E>ThrowingBiPredicate. or(ThrowingBiPredicate<? super T,? super U,? extends E> other)