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 |
millis |
val Int.millis: Duration |
minutes |
val Int.minutes: Duration |
seconds |
val Int.seconds: Duration |