default CqlQuery<I,O,R> |
CqlQuery.from(XIterable<? extends I> source) |
|
default <I> CqlQuery<I,O,R> |
CqlResulting.from(XIterable<? extends I> source) |
|
default CqlQuery<I,O,R> |
CqlQuery.limit(Number count) |
|
static <I,
O> CqlQuery<I,O,XSequence<O>> |
CqlIteration.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Function<? super I,O> projector,
Comparator<? super O> comparator) |
|
static <I,
O,
R extends XIterable<O>> CqlQuery<I,O,R> |
CqlIteration.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Function<? super I,O> projector,
Comparator<? super O> comparator,
Aggregator<O,R> aggregator) |
|
static <I,
O,
R extends Consumer<O> & XIterable<O>> CqlQuery<I,O,R> |
CqlIteration.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Function<? super I,O> projector,
Comparator<? super O> comparator,
R target) |
|
static <I,
O,
R> CqlQuery<I,O,R> |
CqlQuery.New() |
|
static <I,
O> CqlQuery<I,O,XSequence<O>> |
CqlQuery.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Function<? super I,O> projector,
Comparator<? super O> comparator) |
|
static <I,
O,
R> CqlQuery<I,O,R> |
CqlQuery.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Function<? super I,O> projector,
Comparator<? super O> comparator,
Aggregator<O,R> aggregator,
R target) |
|
static <I,
O,
R> CqlQuery<I,O,R> |
CqlQuery.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Function<? super I,O> projector,
Comparator<? super O> comparator,
CqlResultor<O,R> resultor) |
|
static <I,
O,
R extends Consumer<O> & XIterable<O>> CqlQuery<I,O,R> |
CqlQuery.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Function<? super I,O> projector,
Comparator<? super O> comparator,
R target) |
|
default CqlQuery<I,O,R> |
CqlQuery.orderBy(Comparator<? super O> order) |
|
default <R1> CqlQuery<I,O,R1> |
CqlQuery.over(CqlResultor<O,R1> resultor) |
|
default <I> CqlQuery<I,O,R> |
CqlResulting.project(Function<? super I,O> projector) |
|
static <I,
O,
R> CqlQuery<I,O,R> |
CQL.Query() |
|
default CqlQuery<I,O,R> |
CqlQuery.select(Predicate<? super I> selector) |
|
default <I> CqlQuery<I,O,R> |
CqlResulting.select(Predicate<? super I> selector) |
|
default CqlQuery<I,O,R> |
CqlQuery.skip(Number count) |
|
default <R1> CqlQuery<I,O,R1> |
CqlQuery.targeting(Aggregator<O,R1> collector) |
|