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