Package | Description |
---|---|
org.seedstack.business.pagination.dsl |
Provides a fluent DSL to paginate domain objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PaginationTypePicker<T>
An element of the
Paginator DSL allowing to choose the pagination type. |
interface |
RepositoryOptionsPicker<A extends AggregateRoot<I>,I>
An element of the
Paginator DSL allowing to specify repository options. |
Modifier and Type | Method and Description |
---|---|
<T> SlicePaginationPicker<T> |
Paginator.paginate(Iterable<T> iterable)
Initiate a pagination operation using an
Iterable as source. |
<T> SlicePaginationPicker<T> |
Paginator.paginate(Stream<T> stream)
Initiate a pagination operation using a stream of objects as source.
|
<T> SlicePaginationPicker<T> |
Paginator.paginate(T object)
Initiate a pagination operation using a unique object as source.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.