@FunctionalInterface
public interface TriPredicate<T,U,V>
Modifier and Type | Method and Description |
---|---|
default TriPredicate<T,U,V> |
and(TriPredicate<? super T,? super U,? super V> other) |
default TriPredicate<T,U,V> |
negate() |
default TriPredicate<T,U,V> |
or(TriPredicate<? super T,? super U,? super V> other) |
boolean |
test(T t,
U u,
V v) |
default TriPredicate<T,U,V> and(TriPredicate<? super T,? super U,? super V> other)
default TriPredicate<T,U,V> negate()
default TriPredicate<T,U,V> or(TriPredicate<? super T,? super U,? super V> other)