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