Uses of Class
org.springframework.data.domain.OffsetScrollPosition
Package
Description
Central domain abstractions especially to be used in combination with the
Repository
abstraction.-
Uses of OffsetScrollPosition in org.springframework.data.domain
Modifier and TypeMethodDescriptionOffsetScrollPosition.advanceBy
(long delta) Returns a newOffsetScrollPosition
that has been advanced by the given value.static OffsetScrollPosition
ScrollPosition.offset()
Creates a new initialScrollPosition
to start scrolling using offset / limit.static OffsetScrollPosition
ScrollPosition.offset
(long offset) Creates a newScrollPosition
from anoffset
.default OffsetScrollPosition
Pageable.toScrollPosition()
Returns anOffsetScrollPosition
from this pageable if the page requestis paged
.Modifier and TypeMethodDescriptionOffsetScrollPosition.positionFunction()
Returns theposition function
starting after the currentoffset
.static IntFunction<OffsetScrollPosition>
OffsetScrollPosition.positionFunction
(long startOffset) Returns aposition function
starting atstartOffset
.