Provides generic envelope classes that support lazy initialization.
G
get() - Method in class de.team33.patterns.lazy.narvi.Lazy
Executes the originally defined initialization code once on the first call
and returns its result on that and every subsequent call without executing the initialization code again.
get() - Method in class de.team33.patterns.lazy.narvi.XLazy
Executes the originally defined initialization code once on the first call
and returns its result on that and every subsequent call without executing the initialization code again.