fillTo

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

Fills the list with obj, firing change notification once.