Uses of Interface
it.tidalwave.util.InstantProvider
-
Packages that use InstantProvider Package Description it.tidalwave.util.spi -
-
Uses of InstantProvider in it.tidalwave.util.spi
Classes in it.tidalwave.util.spi that implement InstantProvider Modifier and Type Class Description classDefaultInstantProviderA default implementation ofInstantProviderwhich returnsInstant.now().classMockInstantProviderA mock implementation ofInstantProviderwhich returns a fixed value that can be set (the zero epoch instant by default).
-