Package org.yamcs.client
Interface Page<T>
- All Superinterfaces:
Iterable<T>
- All Known Subinterfaces:
SystemPage<T>
- All Known Implementing Classes:
AbstractPage
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
hasNextPage
boolean hasNextPage() -
getNextPage
CompletableFuture<Page<T>> getNextPage()
-