Uses of Record Class
cloud.opencode.base.core.page.Page
Packages that use Page
-
Uses of Page in cloud.opencode.base.core.page
Methods in cloud.opencode.base.core.page that return PageModifier and TypeMethodDescriptionstatic <T> Page<T> Page.empty(long size) Creates an empty Page with no records and zero total.<U> Page<U> Maps the records of this page using the given function, preserving pagination metadata.static <T> Page<T> Creates a new Page with the given parameters.<T> Page<T> PageRequest.toPage()Creates an emptyPagematching this request's page number and size.