copyFrom

inline fun <T> ObservableList<T>.copyFrom(src: List<T>)

Copies elements from src to list, firing change notification once.