Uses of Interface
com.broadleafcommerce.common.extension.cache.temporal.RoundedInstant
-
Packages that use RoundedInstant Package Description com.broadleafcommerce.common.extension.cache.temporal -
-
Uses of RoundedInstant in com.broadleafcommerce.common.extension.cache.temporal
Methods in com.broadleafcommerce.common.extension.cache.temporal that return RoundedInstant Modifier and Type Method Description RoundedInstant
DefaultRoundedInstantFactory. roundNow(TemporalIdentifier temporalIdentifier)
RoundedInstant
RoundedInstantFactory. roundNow(TemporalIdentifier temporalIdentifier)
Given aTemporalIdentifier
instance, return a rounded version of the current instance in time based on an increment modulus.
-