get

operator fun ArrayInterface.get(index: Int): Fragment(source)

Subscript access to a Fragment object of the projecting result value at the given index.

Parameters

index

The select result index. If the index value exceeds the bounds of the array, the Fragment object will represent a null value.


Gets document fragment object by the given document ID.

Parameters

key

The key.


Subscript access to a Fragment object of the projecting result value for the given key.

Parameters

key

The select result key.


operator fun MutableArray.get(index: Int): MutableFragment(source)

Subscript access to a MutableFragment object of the projecting result value at the given index.

Parameters

index

The select result index. If the index value exceeds the bounds of the array, the MutableFragment object will represent a null value.


Subscripting access to a MutableFragment object that represents the value of the dictionary by key.

Parameters

key

The key.


Subscript access to a MutableFragment object of the projecting result value for the given key.

Parameters

key

The select result key.