Observable List Wrapper
class ObservableListWrapper<T>(val mutableList: MutableList<T> = mutableListOf()) : MutableList<T> , ObservableList<T>
Content copied to clipboard
Simple observable list implementation.
Constructors
Link copied to clipboard
fun <T> ObservableListWrapper(mutableList: MutableList<T> = mutableListOf())
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard