Class CollectionFindCursor<T,R>

java.lang.Object
com.datastax.astra.internal.command.AbstractCursor<T,R>
com.datastax.astra.client.collections.commands.cursor.CollectionFindCursor<T,R>
Type Parameters:
T - working document object
R - working object for results, should be same as DOC if no projections
All Implemented Interfaces:
Cloneable, Iterable<R>

public class CollectionFindCursor<T,R> extends AbstractCursor<T,R>
Implementation of a cursor across the find items