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