Uses of Interface
org.seedstack.business.pagination.dsl.SizePicker
-
Packages that use SizePicker Package Description org.seedstack.business.pagination.dsl Provides a fluent DSL to paginate domain objects. -
-
Uses of SizePicker in org.seedstack.business.pagination.dsl
Methods in org.seedstack.business.pagination.dsl that return SizePicker Modifier and Type Method Description SizePicker<T>PaginationTypePicker. byPage(long pageIndex)Choose a page-based pagination type.
-