net.corda.core / kotlin.Long

Extensions for kotlin.Long

bd val Long.bd: BigDecimal
checkedAdd infix fun Long.checkedAdd(b: Long): Long

Like the + operator but throws an exception in case of integer overflow.