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