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