Class IterableWithMarker<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract com.google.common.base.Optional<Object> nextMarker()
      If there is a next marker, then the set is incomplete and you should issue another command to retrieve the rest, setting the option marker to this value
      • Methods inherited from class com.google.common.collect.FluentIterable

        allMatch, anyMatch, append, append, concat, concat, concat, concat, concat, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, from, get, index, isEmpty, join, last, limit, of, of, size, skip, stream, toArray, toList, toMap, toMultiset, toSet, toSortedList, toSortedSet, toString, transform, transformAndConcat, uniqueIndex
    • Constructor Detail

      • IterableWithMarker

        public IterableWithMarker()
    • Method Detail

      • nextMarker

        public abstract com.google.common.base.Optional<Object> nextMarker()
        If there is a next marker, then the set is incomplete and you should issue another command to retrieve the rest, setting the option marker to this value
        Returns:
        next marker, or absent if list is complete