Kirill Zhukov
03/22/2019, 10:58 PMBigDecimal#toInt()
which maps to intValue()
. Curious how this is done.Dico
03/23/2019, 3:26 AMBigDecimal
extends Number
, and Number
has its functions mapped.Kirill Zhukov
03/23/2019, 8:03 AMBigDecimal
extends java.lang.Number
whereas toInt()
comes from `kotlin.Number`…jbnizet
03/23/2019, 1:05 PMKirill Zhukov
03/23/2019, 8:52 PM