BetterArrayProvider

class BetterArrayProvider<T>(array: () -> Array<*>, indices: Int) : ValueProvider<T?>

Constructors

Link copied to clipboard
constructor(array: () -> Array<*>, vararg indices: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun get(): T?
Link copied to clipboard
open override fun set(value: T?)