> final TenantApi tenantApi = api.getTenantApi().get();
> return new Function<Object, IterableWithMarker<Tenant>>() {
>
> @SuppressWarnings("unchecked")
> @Override
> public IterableWithMarker<Tenant> apply(Object input) {
> - return
> IterableWithMarker.class.cast(tenantApi.list(marker(input.toString())));
> + PaginationOptions paginationOptions =
> PaginationOptions.class.cast(input);
See comment for the other pagination PR: do we need a `checkArgument` here?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/191/files#r7234678