<div dir="ltr"><div class="gmail_default" style="font-family:monospace">I am pretty sure that computeIfUnbound is an old version of this method. <a href="https://cr.openjdk.org/~pminborg/computed-constant/api/java.base/java/util/concurrent/constant/ComputedConstant.html#get()">https://cr.openjdk.org/~pminborg/computed-constant/api/java.base/java/util/concurrent/constant/ComputedConstant.html#get()</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Jul 28, 2023 at 8:28 AM Remi Forax <<a href="mailto:forax@univ-mlv.fr">forax@univ-mlv.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Per,<br>
in the javadoc referenced by the JEP, the doc of ofEmpty() has the following snippet of code<br>
<br>
private static final ComputedConstant<Foo> FOO = ComputedConstant.ofEmpty();<br>
<br>
public Foo theBar() {<br>
// Foo is lazily constructed and recorded here upon first invocation<br>
return FOO.computeIfUnbound(Foo::new);<br>
}<br>
<br>
I was not able to find a description of the method computeIfUnbound ?<br>
<br>
regards,<br>
Rémi<br>
</blockquote></div>