Uses of Class
org.springframework.data.support.WindowIterator.WindowIteratorBuilder
-
Uses of WindowIterator.WindowIteratorBuilder in org.springframework.data.support
Modifier and TypeMethodDescriptionstatic <T> WindowIterator.WindowIteratorBuilder<T>
WindowIterator.of
(Function<ScrollPosition, Window<T>> windowFunction) Entrypoint to create a newWindowIterator
for the given windowFunction.