base
5.0.0.190-DevPreview-2
base
/
net.corda.v5.base.util
/
exactAdd
exact
Add
infix
fun
Int
.
exactAdd
(
b
:
Int
)
:
Int
Content copied to clipboard
infix
fun
Long
.
exactAdd
(
b
:
Long
)
:
Long
Content copied to clipboard
Like the + operator but throws
ArithmeticException
in case of integer overflow.