RFR: 8274771: Map, FlatMap and OrElse fluent bindings for ObservableValue [v13]

John Hendrikx jhendrikx at openjdk.java.net
Tue Mar 22 07:46:40 UTC 2022


On Mon, 21 Mar 2022 21:49:33 GMT, Nir Lisker <nlisker at openjdk.org> wrote:

>> John Hendrikx has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Small wording change in API of ObservableValue after proof reading
>
> modules/javafx.base/src/main/java/javafx/beans/value/ObservableValue.java line 164:
> 
>> 162:      * @param mapper the mapping function to apply to a value, cannot be {@code null}
>> 163:      * @return an {@code ObservableValue} that holds the result of applying the given
>> 164:      *     mapping function on its value, or {@code null} when it
> 
> I think "on this value", not "on its value", no?

Yes, I fixed it.

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

PR: https://git.openjdk.java.net/jfx/pull/675


More information about the openjfx-dev mailing list