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