Package com.braintrustdata.api.models
Class SpanIframeListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class SpanIframeListPage.AutoPager implements Iterable<SpanIFrame>
-
-
Constructor Summary
Constructors Constructor Description SpanIframeListPage.AutoPager(SpanIframeListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<SpanIFrame>iterator()final Stream<SpanIFrame>stream()-
-
Constructor Detail
-
SpanIframeListPage.AutoPager
SpanIframeListPage.AutoPager(SpanIframeListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<SpanIFrame> iterator()
-
stream
final Stream<SpanIFrame> stream()
-
-
-
-