-
Methods in org.burningwave.core.function that return ThrowingTriPredicate
| Modifier and Type |
Method |
Description |
default ThrowingTriPredicate<P0,P1,P2,E> |
ThrowingTriPredicate.and(ThrowingTriPredicate<? super P0,? super P1,? super P2,? extends E> other) |
|
default ThrowingTriPredicate<P0,P1,P2,E> |
ThrowingTriPredicate.negate() |
|
default ThrowingTriPredicate<P0,P1,P2,E> |
ThrowingTriPredicate.or(ThrowingTriPredicate<? super P0,? super P1,? super P2,? extends E> other) |
|
Methods in org.burningwave.core.function with parameters of type ThrowingTriPredicate
| Modifier and Type |
Method |
Description |
default ThrowingTriPredicate<P0,P1,P2,E> |
ThrowingTriPredicate.and(ThrowingTriPredicate<? super P0,? super P1,? super P2,? extends E> other) |
|
default ThrowingTriPredicate<P0,P1,P2,E> |
ThrowingTriPredicate.or(ThrowingTriPredicate<? super P0,? super P1,? super P2,? extends E> other) |
|