@FunctionalInterface public interface TemporalPredicate extends Predicate<Temporal>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Temporal temporal)
Evaluates this predicate at the given temporal.
|
boolean test(Temporal temporal)
test in interface Predicate<Temporal>IllegalArgumentException - if temporal is null