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