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