public abstract static class CqlQuery.Abstract<I,O,R> extends Object implements CqlQuery<I,O,R>
CqlQuery.Abstract<I,O,R>, CqlQuery.Default<I,O,R>| Modifier and Type | Method and Description |
|---|---|
Long |
getLimit() |
Comparator<? super O> |
getOrder() |
Function<? super I,O> |
getProjector() |
CqlResultor<O,R> |
getResultor() |
Predicate<? super I> |
getSelector() |
Long |
getSkip() |
XIterable<? extends I> |
getSource() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, executeInto, executeInto, executeInto, executeInto, executeOn, executeSelection, from, into, into, into, limit, New, New, New, New, New, orderBy, over, project, select, skip, targetingpublic final Predicate<? super I> getSelector()
getSelector in interface CqlQuery<I,O,R>public Function<? super I,O> getProjector()
getProjector in interface CqlQuery<I,O,R>public final Comparator<? super O> getOrder()
public final CqlResultor<O,R> getResultor()
getResultor in interface CqlQuery<I,O,R>Copyright © 2022 MicroStream Software. All rights reserved.