-
Methods in one.microstream.util.cql that return CqlSelection
Modifier and Type |
Method |
Description |
static <I> CqlSelection<I> |
CQL.from(XIterable<? extends I> source) |
|
default CqlSelection<I> |
CqlSelection.from(XIterable<? extends I> source) |
|
default CqlSelection<I> |
CqlSelection.limit(Number count) |
|
static <I> CqlSelection<I> |
CqlSelection.New() |
|
static <I> CqlSelection<I> |
CqlSelection.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Comparator<? super I> comparator) |
|
static <I> CqlSelection<I> |
CqlSelection.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Comparator<? super I> comparator,
XSequence<I> target) |
|
static <I> CqlSelection<I> |
CqlSelection.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Comparator<? super I> comparator,
CqlResultor<I,XSequence<I>> resultor) |
|
default CqlSelection<I> |
CqlSelection.orderBy(Comparator<? super I> order) |
|
static <I> CqlSelection<I> |
CQL.select(Predicate<? super I> predicate) |
|
default CqlSelection<I> |
CqlSelection.select(Predicate<? super I> selector) |
|
static <I> CqlSelection<I> |
CQL.Selection() |
|
default CqlSelection<I> |
CqlSelection.skip(Number count) |
|