On Tue, 28 Jun 2022 20:57:18 GMT, Michael Strauß <[email protected]> wrote:

> I think that the `Bindings.select` documentation should be updated to point 
> users to `ObservableValue.flatMap`.

Any suggestions what I should add?

I can add a `@see` tag, and/or I could add a note in the description, something 
along the line of "Note: since 19, ObservableValue#flatMap directly supports 
creating new bindings for JavaFX properties."

Note that `Bindings.select` also allows for JavaBeans properties, which are not 
supported by `flatMap`.

-------------

PR: https://git.openjdk.org/jfx/pull/675

Reply via email to