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