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