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>>>, 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(HttpRequest request) |
protected abstract com.google.common.base.Function<String,ListPage<T>> fetchNextPage(O options)
public I setContext(HttpRequest request)
setContext
in interface InvocationContext<I extends BaseToIteratorOfListPage<T,O,I>>
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.