syncWithList
fun <T> ObservableList<T>.syncWithList(list: List<T>): Unit
Utility extension function to synchronise elements of the ObservableList.