Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.pagination.source.PageResult
Packages that use PageResult
-
Uses of PageResult in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source
Methods in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source that return PageResultMethods in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source that return types with arguments of type PageResultModifier and TypeMethodDescriptionAsyncPageSupplier.load(PageRequest request) Loads the requested page.Method parameters in tech.guilhermekaua.spigotboot.inventoryapi.pagination.source with type arguments of type PageResultModifier and TypeMethodDescriptionvoidAsyncPageSource.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.