public class HomogeneousSectionBuilder<TModel,TViewCell extends GenericViewCell<?,TModel>> extends SectionBuilder<HomogeneousSection<TModel,TViewCell>>
section| Constructor and Description |
|---|
HomogeneousSectionBuilder(HomogeneousSection<TModel,TViewCell> section) |
| Modifier and Type | Method and Description |
|---|---|
HomogeneousSectionBuilder<TModel,TViewCell> |
withComparator(java.util.Comparator<TModel> modelComparator) |
HomogeneousSectionBuilder<TModel,TViewCell> |
withFilter(Function<? super TModel,? extends java.lang.Boolean> filterFunction) |
build, createCompositeSection, decorateWith, footer, getSection, header, separateWithDividers, separateWithDividers, showIfEmpty, wrap, wrappublic HomogeneousSectionBuilder(HomogeneousSection<TModel,TViewCell> section)
public HomogeneousSectionBuilder<TModel,TViewCell> withFilter(Function<? super TModel,? extends java.lang.Boolean> filterFunction)
public HomogeneousSectionBuilder<TModel,TViewCell> withComparator(java.util.Comparator<TModel> modelComparator)