> final UserApi userApi = api.getUserApi().get();
> return new Function<Object, IterableWithMarker<User>>() {
>
> @SuppressWarnings("unchecked")
> @Override
> public IterableWithMarker<User> apply(Object input) {
> - return
> IterableWithMarker.class.cast(userApi.list(marker(input.toString())));
> + PaginationOptions paginationOptions =
> PaginationOptions.class.cast(input);
See comment above
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/191/files#r7234682