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