On Sun, 29 Jan 2023 14:31:39 GMT, John Hendrikx <[email protected]> wrote:
> Just commenting on the convenience API part. I think in modern Java you'd use > `Optional` to avoid creating multiple methods for each type (`Optional` > supports far more options as "fallback") and to avoid having to return `null` > as a special value. That's a good suggestion, I've updated the API accordingly. ------------- PR: https://git.openjdk.org/jfx/pull/1014
