IntervalUnit

abstract class IntervalUnit(source)

Model of tor's INTERVAL type.

See also

Inheritors

Types

Link copied to clipboard
data object DAYS : IntervalUnit
Link copied to clipboard
data object HOURS : IntervalUnit
Link copied to clipboard
data object MINUTES : IntervalUnit
Link copied to clipboard
data object MONTHS : IntervalUnit
Link copied to clipboard
data object SECONDS : IntervalUnit
Link copied to clipboard
data object WEEKS : IntervalUnit

Functions

Link copied to clipboard
fun of(num: Int): String

Concatenates num with lowercase output of toString for the given IntervalUnit.