-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Proposed Addition: A Lazy interface for handling lazy values, along with implementations for supplied and static values
Proposed Location: New package, com.harleyoconnor.javautilities.lazy
Key Features
Lazyinterface which extendsSupplier, extra method to unload the value.- Both a static and supplied implementation. Static is effectively just a wrapper around an object for when a value doesn't need to be lazy, but a
Lazyis required, where supplied uses a wrapped supplier to load the value whenget()is first called. MutableLazyand implementation for a mutable, supplied lazy value.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request