JavaScript is disabled on your browser.
Description
Method Summary
Method Details
getNumber()
getSize()
getNumberOfElements()
getContent()
hasContent()
getSort()
isFirst()
isLast()
hasNext()
hasPrevious()
getPageable()
nextPageable()
previousPageable()
nextOrLastPageable()
previousOrFirstPageable()
map(Function)
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
Returns the page content as
List
.
int
Returns the number of the current
Slice
.
int
Returns the number of elements currently on this
Slice
.
Returns the
Pageable
that's been used to request the current
Slice
.
int
Returns the size of the
Slice
.
Returns the sorting parameters for the
Slice
.
boolean
Returns whether the
Slice
has content at all.
boolean
Returns if there is a next
Slice
.
boolean
Returns if there is a previous
Slice
.
boolean
Returns whether the current
Slice
is the first one.
boolean
Returns whether the current
Slice
is the last one.
Returns a new
Slice
with the content of the current one mapped by the given
Converter
.
Returns the
Pageable
describing the next slice or the one describing the current slice in case it's the
last one.
Returns the
Pageable
describing the previous slice or the one describing the current slice in case it's the
first one.
Methods inherited from interface org.springframework.data.util.Streamable
and , and , and , and , filter , flatMap , get , isEmpty , stream , toList , toSet