Utils for decimal.
| 24 | |
| 25 | /** Utils for decimal. */ |
| 26 | public class DecimalUtils { |
| 27 | |
| 28 | public static BigInteger toBigInteger(Object value) { |
| 29 | return ((Int128) value).toBigInteger(); |
| 30 | } |
| 31 | } |
nothing calls this directly
no outgoing calls
no test coverage detected