Indexed

interface Indexed<K, T>

Functions

component1
Link copied to clipboard
common
open operator fun component1(): K
component2
Link copied to clipboard
common
open operator fun component2(): T
map
Link copied to clipboard
common
abstract fun <R> map(mapper: (T) -> R): Indexed<K, R>

Properties

index
Link copied to clipboard
common
abstract val index: K
value
Link copied to clipboard
common
abstract val value: T

Inheritors

IntIndexed
Link copied to clipboard
LongIndexed
Link copied to clipboard