With this release, new known lazyOf
are being added as well as some date deprecation.
- Deprecation of
CommonLazy.TODAY
(it is invalid after 1 millisecond, thus making it always invalid) - Deprecation of
CommonLazy.YESTERDAY
(it is invalid after 1 millisecond, thus making it always invalid) - Deprecation of
CommonLazy.TOMORROW
(it is invalid after 1 millisecond, thus making it always invalid) - New
CommonLazy.TAU
_(it is present in Java)` - New specialized method
booleanLazyOf
- New specialized method
numberLazyOf
- New specialized method
bigintLazyOf
- The utility reference
CommonLazy
cannot be constructed by mistake