public abstract class BaseToIteratorOfListPage<T,O extends ListOptions,I extends BaseToIteratorOfListPage<T,O,I>> extends Object implements com.google.common.base.Function<ListPage<T>,Iterator<ListPage<T>>>, org.jclouds.rest.InvocationContext<I>
| Constructor and Description |
|---|
BaseToIteratorOfListPage() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPage<T>> |
apply(ListPage<T> input) |
protected abstract com.google.common.base.Function<String,ListPage<T>> |
fetchNextPage(O options) |
I |
setContext(org.jclouds.http.HttpRequest request) |
Copyright © 2009-2019 The Apache Software Foundation. All Rights Reserved.