Package-level declarations

Properties

Link copied to clipboard
val <Error class: unknown class>.inWholeTicks: Long

The value of this duration expressed as a Long number of ticks.

Link copied to clipboard
val Double.ticks: <Error class: unknown class>

Returns a Duration equal to this Double number of ticks.

val Int.ticks: <Error class: unknown class>

Returns a Duration equal to this Int number of ticks.

val Long.ticks: <Error class: unknown class>

Returns a Duration equal to this Long number of ticks.

Functions

Link copied to clipboard
Link copied to clipboard
operator fun GeneralCommandMessage.get(vararg names: String): List<String?>
operator fun GeneralCommandMessage.get(name: String): String?
Link copied to clipboard
operator fun GeneralCommandMessage.getValue(thisRef: Any?, property: KProperty<*>): String?
Link copied to clipboard
fun <Error class: unknown class><UUID, String?>.toNameGuidPair(): NameGuidPair

Convert a Pair to a NameGuidPair with Pair.first as NameGuidPair.id and Pair.second as NameGuidPair.name.

Link copied to clipboard
fun <Error class: unknown class><String?, String?>.toNameIdPair(): NameIdPair

Convert a Pair to a NameIdPair with Pair.first as NameIdPair.id and Pair.second as NameIdPair.name.

Link copied to clipboard
fun <Error class: unknown class><String?, String?>.toNameValuePair(): NameValuePair

Convert a Pair to a NameValuePair with Pair.first as NameValuePair.name and Pair.second as NameValuePair.value.

Link copied to clipboard
fun NameGuidPair.toPair(): <Error class: unknown class><UUID, String?>

Convert a NameGuidPair to a Pair with NameGuidPair.id as Pair.first and NameGuidPair.name as Pair.second.

fun NameIdPair.toPair(): <Error class: unknown class><String?, String?>

Convert a NameIdPair to a Pair with NameIdPair.id as Pair.first and NameIdPair.name as Pair.second.

fun NameValuePair.toPair(): <Error class: unknown class><String?, String?>

Convert a NameValuePair to a Pair with NameValuePair.name as Pair.first and NameValuePair.value as Pair.second.