Uses of Class
org.springframework.data.support.WindowIterator.WindowIteratorBuilder
Packages that use WindowIterator.WindowIteratorBuilder
-
Uses of WindowIterator.WindowIteratorBuilder in org.springframework.data.support
Methods in org.springframework.data.support that return WindowIterator.WindowIteratorBuilderModifier and TypeMethodDescriptionstatic <T> WindowIterator.WindowIteratorBuilder<T>WindowIterator.of(Function<ScrollPosition, Window<T>> windowFunction) Entrypoint to create a newWindowIteratorfor the given windowFunction.