Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.pagination.source.PageRequest
Packages that use PageRequest
-
Uses of PageRequest in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source
Methods in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source with parameters of type PageRequestModifier and TypeMethodDescriptionvoidBukkitSettleDispatcher.dispatch(PageRequest request, Runnable task) voidSettleDispatcher.dispatch(PageRequest request, Runnable task) Runs the settle task on the appropriate thread for the given request.AsyncPageSupplier.load(PageRequest request) Loads the requested page.voidPaginationErrorCallback.onError(PageRequest request, Throwable error) Handles a failed page load.voidAsyncPageSource.request(PageRequest request, BiConsumer<PageResult<T>, Throwable> onSettle) voidEagerPageSource.request(PageRequest request, BiConsumer<PageResult<T>, Throwable> onSettle) voidPageSource.request(PageRequest request, BiConsumer<PageResult<T>, Throwable> onSettle) Requests the page described byrequest.