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