copyTo

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

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