Java org.springframework.data.domain Slice fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.domain Slice fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.domain Slice.

The text is from its open source code.

Implementation

org.springframework.data.domain.Slice has the following implementations.
Click this link to see all its implementation.

Method

voidforEach(Consumer action)
Performs the given action for each element of the Iterable until all elements have been processed or the action throws an exception.
ListgetContent()
Returns the page content as List .
intgetNumberOfElements()
Returns the number of elements currently on this Slice .
booleanhasContent()
Returns whether the Slice has content at all.
booleanhasNext()
Returns if there is a next Slice .
PageablenextPageable()
Returns the Pageable to request the next Slice .