Interface QueryResultIterable<T>

Type Parameters:
T - the type of result returned by the query
All Superinterfaces:
Iterable<T>

public interface QueryResultIterable<T> extends Iterable<T>
A class that produces QueryResultIterators.