Uses of Class
io.tech1.framework.domain.time.TimeAmount
-
Packages that use TimeAmount Package Description io.tech1.framework.domain.concurrent io.tech1.framework.domain.properties.base io.tech1.framework.domain.time io.tech1.framework.domain.utilities.time -
-
Uses of TimeAmount in io.tech1.framework.domain.concurrent
Constructors in io.tech1.framework.domain.concurrent with parameters of type TimeAmount Constructor Description AbstractTimerTask(SchedulerConfiguration interval, TimeAmount duration) -
Uses of TimeAmount in io.tech1.framework.domain.properties.base
Methods in io.tech1.framework.domain.properties.base that return TimeAmount Modifier and Type Method Description TimeAmountTimeAmount. getTimeAmount() -
Uses of TimeAmount in io.tech1.framework.domain.time
Methods in io.tech1.framework.domain.time that return TimeAmount Modifier and Type Method Description static TimeAmountTimeAmount. of(long amount, ChronoUnit unit) -
Uses of TimeAmount in io.tech1.framework.domain.utilities.time
Methods in io.tech1.framework.domain.utilities.time with parameters of type TimeAmount Modifier and Type Method Description static Tuple2<Long,Long>TimestampUtility. getFutureRange(TimeAmount timeAmount)static Tuple2<Long,Long>TimestampUtility. getPastRange(TimeAmount timeAmount)
-