docs
4.12
customSourceSet
docs
/
net.corda.core.utilities
/
exactAdd
exact
Add
infix
fun
Int
.
exactAdd
(
b
:
Int
)
:
Int
infix
fun
Long
.
exactAdd
(
b
:
Long
)
:
Long
Like the + operator but throws
ArithmeticException
in case of integer overflow.