@FunctionalInterface public interface GeoTemporalPredicate extends BiPredicate<Temporal,GeoRegion>
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Temporal temporal,
GeoRegion region)
Evaluates this predicate at the given temporal in the context of the given region.
|
and, negate, orboolean test(Temporal temporal, GeoRegion region)
test in interface BiPredicate<Temporal,GeoRegion>IllegalArgumentException - if temporal is nullIllegalArgumentException - if region is nullGeoRegionNotSupportedException - if the given region is not supported