Package app.knock.api.models.users.feeds
Class FeedListItemsPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class FeedListItemsPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description FeedListItemsPageAsync.AutoPager(FeedListItemsPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<FeedListItemsResponse> action, Executor executor)final CompletableFuture<List<FeedListItemsResponse>>toList(Executor executor)-
-
Constructor Detail
-
FeedListItemsPageAsync.AutoPager
FeedListItemsPageAsync.AutoPager(FeedListItemsPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<FeedListItemsResponse> action, Executor executor)
-
toList
final CompletableFuture<List<FeedListItemsResponse>> toList(Executor executor)
-
-
-
-