-
Notifications
You must be signed in to change notification settings - Fork 0
Lazy Values #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Proposed Addition: A
Lazyinterface for handling lazy values, along with implementations for supplied and static valuesProposed Location: New package,
com.harleyoconnor.javautilities.lazyKey Features
Lazyinterface which extendsSupplier, extra method to unload the value.Lazyis required, where supplied uses a wrapped supplier to load the value whenget()is first called.MutableLazyand implementation for a mutable, supplied lazy value.