@FunctionalInterface public interface SerializableClock extends Supplier<Instant>, Serializable
Modifier and Type | Method and Description |
---|---|
static SerializableClock |
frozenClock(Instant instant)
A clock that is frozen in time.
|
static SerializableClock frozenClock(Instant instant)
Copyright © 2025. All rights reserved.