Package org.jclouds.googlecloud.internal
Class BaseToIteratorOfListPage<T,O extends ListOptions,I extends BaseToIteratorOfListPage<T,O,I>>
java.lang.Object
org.jclouds.googlecloud.internal.BaseToIteratorOfListPage<T,O,I>
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<T>,
,Iterator<ListPage<T>>> Function<ListPage<T>,
,Iterator<ListPage<T>>> InvocationContext<I>
- Direct Known Subclasses:
BaseToIteratorOfListPage
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 Details
-
BaseToIteratorOfListPage
public BaseToIteratorOfListPage()
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<T,
O extends ListOptions> - Specified by:
apply
in interfaceFunction<T,
O extends ListOptions>
-
fetchNextPage
-
setContext
- Specified by:
setContext
in interfaceInvocationContext<T>
-