
T - type of the first argumentU - type of the second argument@FunctionalInterface public interface BiPredicate<T,U>
| Modifier and Type | Method and Description |
|---|---|
default BiPredicate<T,U> |
and(BiPredicate<? super T,? super U> other) |
default BiPredicate<T,U> |
negate() |
default BiPredicate<T,U> |
or(BiPredicate<? super T,? super U> other) |
boolean |
test(T t,
U u) |
default BiPredicate<T,U> negate()
default BiPredicate<T,U> and(BiPredicate<? super T,? super U> other)
default BiPredicate<T,U> or(BiPredicate<? super T,? super U> other)
Copyright © 2018. All rights reserved.