Package guru.mikelue.jdut.function

For DataGrainOperator, ReplaceFieldDataDecorator, this package contains pre-implemented functions of utility.

DatabaseTransactional

Provides database transaction over DataGrainOperator by surrounding mechanism.

Supplier with caching value

If you like to caching the value once the supplier has been called, you should use ValueSuppliers.cachedValue(<your_supplier>) to build a supplier which caches value.