Companion

object Companion

Properties

Link copied to clipboard

Constant value representing an empty DataList.

Functions

Link copied to clipboard
inline fun create(block: DataList.Builder.() -> Unit): DataList

Creates a new DataList providing the Builder in a block for easy population

Link copied to clipboard

Converts an array to the supported DataList type.

Link copied to clipboard

Converts a Collection with Boolean values into a DataList

Link copied to clipboard

Converts a Collection to the supported DataList type.

Link copied to clipboard

Converts a Collection with DataItem values into a DataList

Link copied to clipboard

Converts a Collection with DataList values into a DataList

Link copied to clipboard
Link copied to clipboard

Converts a Collection with Double values into a DataList

Link copied to clipboard

Converts a Collection with Int values into a DataList

Link copied to clipboard

Converts a JSONArray to the supported DataList type.

Link copied to clipboard

Converts a Collection with Long values into a DataList

Link copied to clipboard

Eagerly parses the given string to attempt to return a DataList.

Link copied to clipboard

Converts a Collection with String values into a DataList