Toggle navigation
Home
java.time.Instant to java.util.function.Supplier<java.time.Instant>
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'AxonFramework'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
timestamp
to
timestampSupplier
timestamp
to
timestampSupplier
Add or Remove Method invocation
eventData.getTimestamp()
to
CachingSupplier.of(eventData::getTimestamp)