com.r3corda.core / kotlin.Int

Extensions for kotlin.Int

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

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

days val Int.days: Duration
hours val Int.hours: Duration
minutes val Int.minutes: Duration
seconds val Int.seconds: Duration