Class BookkeepingEntrySetListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class BookkeepingEntrySetListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description BookkeepingEntrySetListPageAsync.AutoPager(BookkeepingEntrySetListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<BookkeepingEntrySet> action, Executor executor)final CompletableFuture<List<BookkeepingEntrySet>>toList(Executor executor)-
-
Constructor Detail
-
BookkeepingEntrySetListPageAsync.AutoPager
BookkeepingEntrySetListPageAsync.AutoPager(BookkeepingEntrySetListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<BookkeepingEntrySet> action, Executor executor)
-
toList
final CompletableFuture<List<BookkeepingEntrySet>> toList(Executor executor)
-
-
-
-