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