replaceAll

inline fun <T> ObservableList<T>.replaceAll(oldVal: T, newVal: T): Boolean

Replace all oldVal elements in the list with newVal element, firing change notification once.