-
Notifications
You must be signed in to change notification settings - Fork 700
Closed
Labels
for: team-attentionAn issue we need to discuss as a team to make progressAn issue we need to discuss as a team to make progressin: coreIssues in core supportIssues in core supportstatus: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: enhancementA general enhancementA general enhancement
Milestone
Description
A very useful method would be the orElseGet() method, giving you the ability to provide alternative behavior for a given Lazy but without having to commit to the final object UNLESS invoked.
Optional.orElseGet(Supplier<? extends T> supplier) is quite handy in this respect. Parity in our Lazy type would be quite useful.
Metadata
Metadata
Assignees
Labels
for: team-attentionAn issue we need to discuss as a team to make progressAn issue we need to discuss as a team to make progressin: coreIssues in core supportIssues in core supportstatus: waiting-for-triageAn issue we've not yet triagedAn issue we've not yet triagedtype: enhancementA general enhancementA general enhancement