I'm an idiot...please ignore my question, I missed "orderList". D'oh! :P
-Lon On Wed, May 13, 2015 at 5:15 PM, Lon Varscsak <lon.varsc...@gmail.com> wrote: > Shouldn't the Ordering class have methods to sort a collection? So you > could chain things like: > > MY_PROPERTY.asc().sortObjects(myList) > > It could also be useful if MY_PROPERTY.ascs() return a Orderings object > (both plural) that subclassed a collection, so that you could chain those > as well. > > Thoughts? > > -Lon >