Uses of Interface
de.renebergelt.quiterables.OrderedGroupedQueriable
Packages that use OrderedGroupedQueriable
-
Uses of OrderedGroupedQueriable in de.renebergelt.quiterables
Methods in de.renebergelt.quiterables that return OrderedGroupedQueriableModifier and TypeMethodDescriptionOrderedGroupedQueriable.thenBy(ItemFunc<Group<T>,Comparable> func)<TComparable>
OrderedGroupedQueriable<T>OrderedGroupedQueriable.thenBy(ItemFunc<Group<T>,TComparable> valueFunc, Comparator<TComparable> comparator)OrderedGroupedQueriable.thenByDescending(ItemFunc<Group<T>,Comparable> func)<TComparable>
OrderedGroupedQueriable<T>OrderedGroupedQueriable.thenByDescending(ItemFunc<Group<T>,TComparable> valueFunc, Comparator<TComparable> comparator) -
Uses of OrderedGroupedQueriable in de.renebergelt.quiterables.grouping
Methods in de.renebergelt.quiterables.grouping that return OrderedGroupedQueriableModifier and TypeMethodDescriptionGroupedQueriable.orderBy(ItemFunc<Group<T>,Comparable> func)<TComparable>
OrderedGroupedQueriable<T>GroupedQueriable.orderBy(ItemFunc<Group<T>,TComparable> valueFunc, Comparator<TComparable> comparator)GroupedQueriable.orderByDescending(ItemFunc<Group<T>,Comparable> func)<TComparable>
OrderedGroupedQueriable<T>GroupedQueriable.orderByDescending(ItemFunc<Group<T>,TComparable> valueFunc, Comparator<TComparable> comparator)