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