Class PaginatedRequestIterator<T>
- java.lang.Object
-
- com.amazonaws.athena.connector.util.PaginatedRequestIterator<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
T
next()
static <X> Stream<X>
stream(Function<String,X> fetchPage, Function<X,String> getToken)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-