Observable that
Function
append
A array of new data to be added in this Subject.
Reference to it self.
Function
appendOne
new data to be added in this Subject.
Reference to it self.
Function
appendOneAt
new data to be added in this Subject.
index of where to append this data into the Subject.
Reference to it self.
Function
asObservable
Observable that the State casts to.
Function
createObservablePart
Method to return the part for this Observable to return.
Optional
memoizationFunction: MemoizationFunction<ReturnType>Method to Compare if the data has changed. Should return true when data is different.
Function
getHasOne
the unique value to compare with.
Wether it existed
Function
remove
The unique values to remove.
Reference to it self.
Function
removeOne
The unique value to remove.
Reference to it self.
Function
setValue
Function
updateOne
Reference to it self.
UmbArrayState
Description
The ArrayState provides methods to append data when the data is an Object.