ComputedConstant.ofEmpty() javadoc has a reference to a method that does not exist

David Alayachew davidalayachew at gmail.com
Mon Jul 31 13:00:17 UTC 2023


I am pretty sure that computeIfUnbound is an old version of this method.
https://cr.openjdk.org/~pminborg/computed-constant/api/java.base/java/util/concurrent/constant/ComputedConstant.html#get()

On Fri, Jul 28, 2023 at 8:28 AM Remi Forax <forax at univ-mlv.fr> wrote:

> Hi Per,
> in the javadoc referenced by the JEP, the doc of ofEmpty() has the
> following snippet of code
>
>          private static final ComputedConstant<Foo> FOO =
> ComputedConstant.ofEmpty();
>
>          public Foo theBar() {
>              // Foo is lazily constructed and recorded here upon first
> invocation
>              return FOO.computeIfUnbound(Foo::new);
>          }
>
> I was not able to find a description of the method computeIfUnbound ?
>
> regards,
> Rémi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/leyden-dev/attachments/20230731/4552c132/attachment.htm>


More information about the leyden-dev mailing list