@Beta public abstract class Arg0ToPagedIterable<T,I extends Arg0ToPagedIterable<T,I>> extends ArgsToPagedIterable<T,I>
arg0
during an advance in a PagedIterable
. For example, in the call
api.getUserApi().listPathPrefix("/users")
, the arg0 is the value "/users"
.Modifier and Type | Class and Description |
---|---|
static class |
Arg0ToPagedIterable.FromCaller<T,I extends Arg0ToPagedIterable.FromCaller<T,I>>
Used to propagate caller
arg0 to a callee during an advance in a PagedIterable . |
request
Constructor and Description |
---|
Arg0ToPagedIterable() |
Modifier and Type | Method and Description |
---|---|
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> |
markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
protected com.google.common.base.Function<Object,IterableWithMarker<T>> |
markerToNextForArgs(List<Object> args) |
apply, getArgs, setContext
protected com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNextForArgs(List<Object> args)
markerToNextForArgs
in class ArgsToPagedIterable<T,I extends Arg0ToPagedIterable<T,I>>
protected abstract com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
arg0
- present when there was an arg0Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.