lazy_evaluation 0.0.6+2 lazy_evaluation: ^0.0.6+2 copied to clipboard
A simple package to cache and lazily evaluate objects that have a expensive initialization process.
0.0.6+2 #
- minor changes
0.0.6+1 #
- improved documentation
0.0.6 #
- minor improvements
0.0.5+2 #
- overridden
hashCode
and the==
operator. two instances ofLazy
are equal if their values are equal
0.0.5+1 #
- improved example
0.0.5 #
- Renamed
reEvaluate()
tonotifyChange()
to more accurately represent its job
0.0.4+3 #
- Fixed typo in README.md
0.0.4+2 #
- Improved documentation
0.0.4+1 #
- Improved documentation
0.0.4 #
- Initial version