public interface Predicate<T> extends Throwables.Predicate<T,RuntimeException>, Predicate<T>
| Modifier and Type | Method and Description |
|---|---|
default Predicate<T> |
and(Predicate<? super T> other) |
default Predicate<T> |
negate() |
boolean |
test(T value) |
default <E extends Throwable> |
toThrowable() |
boolean test(T value)
test in interface Predicate<T>test in interface Throwables.Predicate<T,RuntimeException>default <E extends Throwable> Throwables.Predicate<T,E> toThrowable()
Copyright © 2021. All rights reserved.