arrow-fx-coroutines / arrow.fx.coroutines / Duration
data class ~~Duration~~
Deprecated: arrow.fx.coroutines.Duration is deprecated and will be removed in 0.13.0 in favor of kotlin.time.Duration
| <init> | Duration(amount: Long, timeUnit: TimeUnit) |
| amount | val amount: Long |
| millis | val ~~millis~~: Long |
| nanoseconds | val ~~nanoseconds~~: Long |
| timeUnit | val timeUnit: TimeUnit |
| compareTo | operator fun ~~compareTo~~(d: Duration): Int |
| plus | operator fun ~~plus~~(d: Duration): Duration |
| times | operator fun ~~times~~(i: Int): Duration |
| INFINITE | val ~~INFINITE~~: Duration |
Do you like Arrow?
✖