Class SimpleResultsPage<T>

    • Constructor Detail

      • SimpleResultsPage

        public SimpleResultsPage​(Iterable<T> chunks,
                                 boolean moreAvailable)
        Constructs a page of iterable chunks of results.
        Parameters:
        chunks - an iterable chunk of results
        moreAvailable - indicates whether more is available
      • SimpleResultsPage

        public SimpleResultsPage​(Iterable<T> chunks)
        Constructs a page of iterable chunks.
        Parameters:
        chunks - a set of chunks