@Beta public class PaginatedSets extends Object
PaginatedSet
s.Constructor and Description |
---|
PaginatedSets() |
Modifier and Type | Method and Description |
---|---|
static <T> Iterable<T> |
lazyContinue(PaginatedSet<T> initial,
com.google.common.base.Function<String,PaginatedSet<T>> markerToNext) |
public static <T> Iterable<T> lazyContinue(PaginatedSet<T> initial, com.google.common.base.Function<String,PaginatedSet<T>> markerToNext)
initial
- the initial set of datamarkerToNext
- produces the next set based on the markerCopyright © 2009-2012 jclouds. All Rights Reserved.