Package-level declarations
Properties
Functions
Builds a new read-only ObservableList by populating a MutableList using the given builderAction and returning a read-only list with the same elements.
Builds a new read-only ObservableMap by populating a MutableMap using the given builderAction and returning a read-only map with the same elements.
Builds a new read-only ObservableSet by populating a MutableSet using the given builderAction and returning a read-only set with the same elements.
Creates a new empty observable Float array.
Creates a new empty observable Int array.
Returns an empty read-only ObservableList.
Returns an empty read-only ObservableMap.
Returns an empty read-only ObservableSet.
Performs the given action on each element, providing sequential index with the element.
Returns an element at the given index or the result of calling the defaultValue function if the index is out of bounds of this array.
Returns true
if the array is not empty.
Creates an iterator over the elements of the array.
Returns last index of element, or -1 if the array does not contain element.
Returns an empty ObservableList.
Returns a new ObservableList with the given elements.
Returns an empty ObservableSet.
Returns a new ObservableSet with the given elements.
Returns an empty read-only ObservableList.
Returns an empty read-only ObservableList of one element.
Returns a new read-only ObservableList of given elements.
Returns a new read-only ObservableList either of single given element, if it is not null, or empty list if the element is null.
Returns a new read-only ObservableList only of those given elements, that are not null.
Returns an empty read-only ObservableSet.
Returns a new read-only ObservableSet of given elements.
Returns a new read-only ObservableSet either of single given element, if it is not null, or empty list if the element is null.
Returns a new read-only ObservableSet only of those given elements, that are not null.
Returns an array containing copy of the observable array.
Returns an array containing copy of the observable array.
Returns a new ObservableList filled with all elements of this array.
Returns a new ObservableList of Boolean filled with all elements of this array.
Returns a new ObservableList of Byte filled with all elements of this array.
Returns a new ObservableList of Char filled with all elements of this array.
Returns a new ObservableList of Double filled with all elements of this array.
Returns a new ObservableList of Float filled with all elements of this array.
Returns a new ObservableList of Int filled with all elements of this array.
Returns a new ObservableList of Long filled with all elements of this array.
Returns a new ObservableList of Short filled with all elements of this array.
Returns a new ObservableList filled with all elements of this collection.
Returns a new ObservableList filled with all elements of this sequence.
Returns a new ObservableSet filled with all elements of this array.
Returns a new ObservableSet of Boolean filled with all elements of this array.
Returns a new ObservableSet of Byte filled with all elements of this array.
Returns a new ObservableSet of Char filled with all elements of this array.
Returns a new ObservableSet of Double filled with all elements of this array.
Returns a new ObservableSet of Float filled with all elements of this array.
Returns a new ObservableSet of Int filled with all elements of this array.
Returns a new ObservableSet of Long filled with all elements of this array.
Returns a new ObservableSet of Short filled with all elements of this array.
Returns a new ObservableSet filled with all elements of this collection.
Returns a new ObservableSet filled with all elements of this sequence.
Returns an ObservableList containing all elements.
Returns an ObservableList of Boolean containing all elements.
Returns an ObservableList of Byte containing all elements.
Returns an ObservableList of Char containing all elements.
Returns an ObservableList of Double containing all elements.
Returns an ObservableList of Float containing all elements.
Returns an ObservableList of Int containing all elements.
Returns an ObservableList of Long containing all elements.
Returns an ObservableList of Short containing all elements.
Returns a ObservableList containing all elements.
Returns an ObservableSet containing all elements.
Returns an ObservableSet of Boolean containing all elements.
Returns an ObservableSet of Byte containing all elements.
Returns an ObservableSet of Char containing all elements.
Returns an ObservableSet of Double containing all elements.
Returns an ObservableSet of Float containing all elements.
Returns an ObservableSet of Int containing all elements.
Returns an ObservableSet of Long containing all elements.
Returns an ObservableSet of Short containing all elements.
Returns a ObservableSet containing all elements.