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