public interface TriPredicate<A,B,C> extends Throwables.TriPredicate<A,B,C,RuntimeException>
| Modifier and Type | Method and Description |
|---|---|
default TriPredicate<A,B,C> |
and(TriPredicate<A,B,C> other) |
default TriPredicate<A,B,C> |
negate() |
default TriPredicate<A,B,C> |
or(TriPredicate<A,B,C> other) |
boolean |
test(A a,
B b,
C c) |
default <E extends Throwable> |
toThrowable() |
boolean test(A a, B b, C c)
test in interface Throwables.TriPredicate<A,B,C,RuntimeException>default TriPredicate<A,B,C> negate()
default TriPredicate<A,B,C> and(TriPredicate<A,B,C> other)
default TriPredicate<A,B,C> or(TriPredicate<A,B,C> other)
default <E extends Throwable> Throwables.TriPredicate<A,B,C,E> toThrowable()
Copyright © 2021. All rights reserved.