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