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
It would be really helpful if NumberValue provided a bigDecimalValue() getter. Since the two most common implementations of NumberValue are BigDecimal and long (as well as the two most common standard types that users will be converting to/from) it would be really helpful to be able to write:
That's for a new JSR, @msgilligan you're more than welcome to join a proposed EG, I assume it could happen around the end of the year, certainly not before the summer break.
It would be really helpful if
NumberValue
provided abigDecimalValue()
getter. Since the two most common implementations ofNumberValue
areBigDecimal
andlong
(as well as the two most common standard types that users will be converting to/from) it would be really helpful to be able to write:instead of:
The text was updated successfully, but these errors were encountered: