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