Uses of Interface
org.sellcom.geotemporal.time.GeoTemporalPredicate
-
Packages that use GeoTemporalPredicate Package Description org.sellcom.geotemporal.time org.sellcom.geotemporal.time.applicability -
-
Uses of GeoTemporalPredicate in org.sellcom.geotemporal.time
Methods in org.sellcom.geotemporal.time with parameters of type GeoTemporalPredicate Modifier and Type Method Description static voidTemporals. registerCustomWeekendPredicate(String countryCode, GeoTemporalPredicate predicate)Registers a custom predicate for determining weekends in the given country.static voidTemporals. registerCustomWorkingDayPredicate(String countryCode, GeoTemporalPredicate predicate)Registers a custom predicate for determining working days in the given country. -
Uses of GeoTemporalPredicate in org.sellcom.geotemporal.time.applicability
Classes in org.sellcom.geotemporal.time.applicability that implement GeoTemporalPredicate Modifier and Type Class Description classGeoTemporalApplicabilityApplicability at aTemporalin aGeoRegion.classTemporalApplicabilityApplicability at aTemporal.
-