@FunctionalInterface public interface TBiPredicate<T,U>
Modifier and Type | Method and Description |
---|---|
default TBiPredicate<T,U> |
and(TBiPredicate<? super T,? super U> other) |
default BiPredicate<T,U> |
negate() |
default TBiPredicate<T,U> |
or(TBiPredicate<? super T,? super U> other) |
boolean |
test(T t,
U u) |
default TBiPredicate<T,U> and(TBiPredicate<? super T,? super U> other)
default BiPredicate<T,U> negate()
default TBiPredicate<T,U> or(TBiPredicate<? super T,? super U> other)
Copyright © 2019. All rights reserved.