fillWith

inline fun <T> ObservableList<T>.fillWith(obj: T)

Fills the list with obj, firing change notification once.