component2

@JvmName(name = "keyValueGetValue")
operator fun <K, V> KeyValue<K, V>.component2(): V

Get the value of a KeyValue


@JvmName(name = "keyValueTimestampGetValue")
operator fun <K, V> KeyValue<K, ValueAndTimestamp<V>>.component2(): V

Get the value of a timestamped-KeyValue


@JvmName(name = "valueTimestampGetTimestamp")
operator fun <V> ValueAndTimestamp<V>.component2(): Long

Get the timestamp of a ValueAndTimestamp