public interface BiPredicate<T,U> extends Throwables.BiPredicate<T,U,RuntimeException>, 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 <E extends Throwable> |
toThrowable() |
boolean test(T t, U u)
test in interface BiPredicate<T,U>test in interface Throwables.BiPredicate<T,U,RuntimeException>default BiPredicate<T,U> negate()
negate in interface BiPredicate<T,U>default BiPredicate<T,U> and(BiPredicate<? super T,? super U> other)
and in interface BiPredicate<T,U>default BiPredicate<T,U> or(BiPredicate<? super T,? super U> other)
or in interface BiPredicate<T,U>default <E extends Throwable> Throwables.BiPredicate<T,U,E> toThrowable()
Copyright © 2021. All rights reserved.