Package one.microstream.util.cql
Class CqlIteration.Default<I,O,R extends XIterable<O>>
java.lang.Object
one.microstream.util.cql.CqlQuery.Abstract<I,O,R>
one.microstream.util.cql.CqlIteration.Default<I,O,R>
- All Implemented Interfaces:
- XIterable<O>,- CqlIteration<I,O,R>,- CqlQuery<I,O,R>
public static final class CqlIteration.Default<I,O,R extends XIterable<O>> extends CqlQuery.Abstract<I,O,R> implements CqlIteration<I,O,R>
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.util.cql.CqlIterationCqlIteration.Default<I,O,R extends XIterable<O>>Nested classes/interfaces inherited from interface one.microstream.util.cql.CqlQueryCqlQuery.Abstract<I,O,R>, CqlQuery.Default<I,O,R>Nested classes/interfaces inherited from interface one.microstream.collections.types.XIterableXIterable.Executor<E>
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryMethods inherited from class one.microstream.util.cql.CqlQuery.AbstractgetLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSourceMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.util.cql.CqlIterationfrom, iterate, limit, orderBy, select, skipMethods inherited from interface one.microstream.util.cql.CqlQueryexecute, executeInto, executeInto, executeInto, executeInto, executeOn, executeSelection, getLimit, getOrder, getProjector, getResultor, getSelector, getSkip, getSource, into, into, into, over, project, targeting
- 
Constructor Details- 
Defaultpublic Default()
 
-