nnivruth commented on issue #495: LANG-1519 Add zero, positive & negative util 
methods
URL: https://github.com/apache/commons-lang/pull/495#issuecomment-601337561
 
 
   > Hi @nnivruth
   > In general, since we are a general purpose library, I would say that you 
should consider all subclasses of `Number` that are built-in the Java 8 JRE 
with maybe a bias to considering only what is in Java 11's `java.base` module 
in order to make it easier on us going forward though I would imagine that our 
requiring Java 11 as a base requirement is a long ways off (just a guess on 
that one.)
   
   Thanks @garydgregory ! I've also added Long Accumulator, Long Adder, Double 
Accumulator, Double Adder which covers [known Number 
classes](https://docs.oracle.com/javase/8/docs/api/java/lang/Number.html). 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to