Class SlackListChannelsPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class SlackListChannelsPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description SlackListChannelsPageAsync.AutoPager(SlackListChannelsPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<SlackListChannelsResponse> action, Executor executor)final CompletableFuture<List<SlackListChannelsResponse>>toList(Executor executor)-
-
Constructor Detail
-
SlackListChannelsPageAsync.AutoPager
SlackListChannelsPageAsync.AutoPager(SlackListChannelsPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<SlackListChannelsResponse> action, Executor executor)
-
toList
final CompletableFuture<List<SlackListChannelsResponse>> toList(Executor executor)
-
-
-
-