Class SlackListChannelsPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class SlackListChannelsPage.AutoPager implements Iterable<SlackListChannelsResponse>
-
-
Constructor Summary
Constructors Constructor Description SlackListChannelsPage.AutoPager(SlackListChannelsPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<SlackListChannelsResponse>iterator()final Stream<SlackListChannelsResponse>stream()-
-
Constructor Detail
-
SlackListChannelsPage.AutoPager
SlackListChannelsPage.AutoPager(SlackListChannelsPage firstPage)
-
-
Method Detail
-
iterator
Iterator<SlackListChannelsResponse> iterator()
-
stream
final Stream<SlackListChannelsResponse> stream()
-
-
-
-