IntIndexed

interface IntIndexed<T> : Indexed<Int, T> , Comparable<IntIndexed<T>>

Types

Companion
Link copied to clipboard
common
object Companion

Functions

compareTo
Link copied to clipboard
common
open operator override fun compareTo(other: IntIndexed<T>): Int
component1
Link copied to clipboard
common
open operator fun component1(): Int
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): IntIndexed<R>

Properties

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