On Thu, 1 Dec 2022 17:53:32 GMT, John Hendrikx <jhendr...@openjdk.org> wrote:
>> my version does not create extra object(s). > > Hm, I thought that the number of objects created is the same, either a > `ChangeListener` is created and then wrapped in `ChLi` or a `Consumer` is > created and wrapped in `ChLi`. yes, you are right (I was thinking of some earlier version of LH). thanks! ------------- PR: https://git.openjdk.org/jfx/pull/906