T
- the data typepublic interface GroupLoader<T>
Modifier and Type | Method and Description |
---|---|
GroupView<T> |
asView()
Returns the loaded data as a group view.
|
GroupLoader<T> |
order(Comparator<? super T> comparator)
Configures the sort order of the organizing dataset.
|
GroupLoader<T> |
order(String... terms)
Configures the sort order of the organizing groups.
|
GroupLoader<T> order(String... terms)
Key.order()
.terms
- the ordering termIllegalStateException
- if sort order is already configuredKey.order()
GroupLoader<T> order(Comparator<? super T> comparator)
comparator
- the object comparatorIllegalStateException
- if sort order is already configuredCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.