Open
Description
API(s)
`com.google.common.base.Suppliers::memoize`
How do you want it to be improved?
Get memoizing supplier state without causing memoization
Why do we need it to be improved?
To check the memoizing supplier state without changing it
Example
N/A as there's no such feature
Current Behavior
MemoizingSupplier::initialized
is not exposed
Desired Behavior
MemoizingSupplier::initialized
is exposed
Concrete Use Cases
e.g. in toString()
of a class that needs to print a memoized supplier value without causing the memoization
Checklist
-
I agree to follow the code of conduct.
-
I have read and understood the contribution guidelines.
-
I have read and understood Guava's philosophy, and I strongly believe that this proposal aligns with it.
Activity