Uses of Class
no.digipost.time.ControllableClock
-
Packages that use ControllableClock Package Description no.digipost.time -
-
Uses of ControllableClock in no.digipost.time
Methods in no.digipost.time that return ControllableClock Modifier and Type Method Description static ControllableClockControllableClock. control(Clock clock)Create a controllable clock based on an existing clock.static ControllableClockControllableClock. freezedAt(Instant instant)Create a new controllable clock freezed at a given instant, and with thedefault time zone.static ControllableClockControllableClock. freezedAt(Instant instant, ZoneId zone)static ControllableClockControllableClock. freezedAt(LocalDateTime dateTime)Create a new controllable clock freezed at the instant resolved from a givenLocalDateTimeand thedefault time zone.static ControllableClockControllableClock. freezedAt(ZonedDateTime dateTime)Create a new controllable clock freezed at the instant of a givenZonedDateTime.ControllableClockControllableClock. withZone(ZoneId zone)
-