Package org.sellcom.geotemporal.time
Interface TemporalPredicate
-
- All Known Implementing Classes:
TemporalApplicability
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TemporalPredicate extends Predicate<Temporal>
Predicate of a temporal.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(Temporal temporal)Evaluates this predicate at the given temporal.
-
-
-
Method Detail
-
test
boolean test(Temporal temporal)
Evaluates this predicate at the given temporal.- Specified by:
testin interfacePredicate<Temporal>- Throws:
IllegalArgumentException- iftemporalisnull- Since:
- 1.0
-
-