You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
because DoubleProperty only implements ObservableValue<Number>, not ObservableValue<Double> and thus the second argument should be Function<Number, U>. I think it would be better the method is overloaded for arguments (ObservableDoubleValue, DoubleFunction), (ObservableIntValue, IntFunction) and so on.
It seems that this repository is not maintained these days. Since this is really splendid project, I hope that it will be continued developing...
The text was updated successfully, but these errors were encountered:
Currently, if I want to map DoubleProperty to String, I cannot use map function directly like:
because
DoubleProperty
only implementsObservableValue<Number>
, notObservableValue<Double>
and thus the second argument should beFunction<Number, U>
. I think it would be better the method is overloaded for arguments (ObservableDoubleValue, DoubleFunction), (ObservableIntValue, IntFunction) and so on.It seems that this repository is not maintained these days. Since this is really splendid project, I hope that it will be continued developing...
The text was updated successfully, but these errors were encountered: