Package de.team33.patterns.lazy.narvi
package de.team33.patterns.lazy.narvi
Provides generic envelope classes that support lazy initialization.
- See Also:
-
ClassDescriptionAn unchecked exception type that may be thrown on
Lazy.get()orReLazy.get(), when their initialization code causes a checked exception.Lazy<T>Implements aSupplierthat provides a virtually fixed value.Deprecated, for removal: This API element is subject to removal in a future version.LazyFeatures<H>LazyFeatures.Key<H,R> ReLazy<T>Implements aSupplierthat provides a virtually fixed value(1).Implements a kind of supplier that provides a virtually fixed value.Implements a kind of supplier that provides a virtually fixed value(1).
InitExceptioninstead!