corda / net.corda.core.utilities / kotlin.Long

Extensions for kotlin.Long

exactAdd

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

infix fun Long.exactAdd(b: Long): Long