sort

inline fun <T : Comparable<T>> ObservableList<T>.sort()

Sorts the provided observable list, firing change notification once.