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