ArrayValue
Contains an array.
Inheritors
Types
An array of arrays. Can contain null values.
An array of Boolean values. Can contain null values.
An array of floating-point numbers. Can contain null values.
An array of integers. Can contain null values.
An array of strings. Can contain null values.
Functions
Casts this ArrayValue as a ArrayValues and retrieves its kotlin.collections.List
Casts this ArrayValue as a ArrayValues and retrieves its kotlin.collections.List
Casts this ArrayValue as a BooleanValues and retrieves its kotlin.collections.List
Casts this ArrayValue as a BooleanValues and retrieves its kotlin.collections.List
Casts this ArrayValue as a DoubleValues and retrieves its kotlin.collections.List
Casts this ArrayValue as a DoubleValues and retrieves its kotlin.collections.List
Casts this ArrayValue as a LongValues and retrieves its kotlin.collections.List
Casts this ArrayValue as a LongValues and retrieves its kotlin.collections.List
Casts this ArrayValue as a StringValues and retrieves its kotlin.collections.List
Casts this ArrayValue as a StringValues and retrieves its kotlin.collections.List