Interface SScanCursor<V>

    • Method Detail

      • toIterable

        Iterable<V> toIterable()
        Returns an Iterable providing each member of the set individually. Unlike Cursor.next() which provides the members by batch, this method returns them one by one.
        Returns:
        the iterable