T - the input parameter@FunctionalInterface
public interface CheckedPredicate<T>
Predicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t)
Evaluates this predicate on the given argument.
|
boolean test(T t) throws java.lang.Exception
t - the input parameterjava.lang.Exception - if any error occurs