It would be beneficial if Decimal128 would extend the standard Java interface Number (as all numbers and BigDecimal do). This would improve compatibility with many libraries that are Decimal128 unaware, but are able to process numbers.
Update: Also consider implementing Comparable
- is duplicated by
-
JAVA-3056 should Decimal128 implement Number and Comparable ?
- Closed