LongIndexed

interface LongIndexed<T> : Indexed<Long, T> , Comparable<LongIndexed<T>>

Types

Companion
Link copied to clipboard
common
object Companion

Functions

compareTo
Link copied to clipboard
common
open operator override fun compareTo(other: LongIndexed<T>): Int
component1
Link copied to clipboard
common
open operator fun component1(): Long
component2
Link copied to clipboard
common
open operator fun component2(): T
map
Link copied to clipboard
common
abstract override fun <R> map(mapper: (T) -> R): LongIndexed<R>

Properties

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