Package com.anthropic.models.beta.models
Class ModelListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class ModelListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description ModelListPageAsync.AutoPager(ModelListPageAsync 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
-
ModelListPageAsync.AutoPager
ModelListPageAsync.AutoPager(ModelListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<BetaModelInfo> action, Executor executor)
-
toList
final CompletableFuture<List<BetaModelInfo>> toList(Executor executor)
-
-
-
-