Provides the ability to async-for loop this object.
Iterates each item in the list.
A callback invoked for each item in the list.
A node-style callback to be invoked after execution.
Returns the entire list of items in this list.
A node-style callback to be invoked after execution.
Retrieves the item at a specific index in the list.
The index to retrieve.
A node-style callback to be invoked after execution.
Returns the index of a specific value from the list.
The value to search for.
A node-style callback to be invoked after execution.
Adds a new item to the end of the list.
The value to add.
A node-style callback to be invoked after execution.
Removes an item at a specific index from the list.
The index to remove.
A node-style callback to be invoked after execution.
Returns the number of items in the list.
A node-style callback to be invoked after execution.
Adds a new item to the beginning of the list.
The value to add.
A node-style callback to be invoked after execution.
Generated using TypeDoc
CouchbaseList provides a simplified interface for storing lists within a Couchbase document.
Collection.list