Uses of Interface
org.seedstack.business.pagination.dsl.SlicePaginationPicker
-
Packages that use SlicePaginationPicker Package Description org.seedstack.business.pagination.dsl Provides a fluent DSL to paginate domain objects. -
-
Uses of SlicePaginationPicker in org.seedstack.business.pagination.dsl
Subinterfaces of SlicePaginationPicker in org.seedstack.business.pagination.dsl Modifier and Type Interface Description interfacePaginationTypePicker<T>An element of thePaginatorDSL allowing to choose the pagination type.interfaceRepositoryOptionsPicker<A extends AggregateRoot<I>,I>An element of thePaginatorDSL allowing to specify repository options.Methods in org.seedstack.business.pagination.dsl that return SlicePaginationPicker Modifier and Type Method Description <T> SlicePaginationPicker<T>Paginator. paginate(Iterable<T> iterable)Initiate a pagination operation using anIterableas 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.
-