| Package | Description |
|---|---|
| com.asakusafw.testdriver.loader |
Data loaders and its mock implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicGroupLoader<T>
A basic implementation of
GroupLoader. |
| Modifier and Type | Method and Description |
|---|---|
GroupLoader<T> |
BasicDataLoader.group(String... terms) |
GroupLoader<T> |
DataLoader.group(String... terms)
Configures the grouping key of the organizing dataset.
|
GroupLoader<T> |
BasicGroupLoader.order(Comparator<? super T> comparator) |
GroupLoader<T> |
GroupLoader.order(Comparator<? super T> comparator)
Configures the sort order of the organizing dataset.
|
GroupLoader<T> |
BasicGroupLoader.order(String... terms) |
GroupLoader<T> |
GroupLoader.order(String... terms)
Configures the sort order of the organizing groups.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.