| Package | Description |
|---|---|
| one.microstream.util.cql |
| Modifier and Type | Method and Description |
|---|---|
CqlResultor<O,R> |
CqlQuery.getResultor() |
CqlResultor<O,R> |
CqlQuery.Abstract.getResultor() |
static <O> CqlResultor<O,Double> |
CQL.min(To_double<? super O> getter) |
static <O> CqlResultor<O,XSequence<O>> |
CqlResultor.New() |
static <O,T extends Consumer<O> & XIterable<O>> |
CqlResultor.New(T target) |
static <O,R> CqlResultor<O,R> |
CqlResultor.NewFromAggregator(Aggregator<O,R> collector) |
static <O,T extends Consumer<O>> |
CqlResultor.NewFromSupplier(Supplier<T> supplier) |
static <O,T> CqlResultor<O,T> |
CqlResultor.NewFromSupplier(Supplier<T> supplier,
BiConsumer<O,T> linker) |
static <O,T extends Sortable<O>> |
CqlResultor.NewFromSupplier(Supplier<T> supplier,
BiConsumer<O,T> linker,
Comparator<? super O> order) |
static <O,T> CqlResultor<O,T> |
CqlResultor.NewFromSupplier(Supplier<T> supplier,
BiConsumer<O,T> linker,
Consumer<? super T> finalizer) |
static <O,T extends SortableProcedure<O> & XIterable<O>> |
CqlResultor.NewFromSupplier(Supplier<T> supplier,
Comparator<? super O> order) |
static <O,T extends Consumer<O>> |
CQL.resulting(Supplier<T> supplier) |
static <O> CqlResultor<O,BulkList<O>> |
CQL.resultingBulkList() |
static <O> CqlResultor<O,BulkList<O>> |
CQL.resultingBulkList(int initialCapacity) |
static <O> CqlResultor<O,EqHashEnum<O>> |
CQL.resultingEqHashEnum() |
static <O> CqlResultor<O,EqHashEnum<O>> |
CQL.resultingEqHashEnum(HashEqualator<? super O> hashEqualator) |
static <K,V> CqlResultor<KeyValue<K,V>,EqHashTable<K,V>> |
CQL.resultingEqHashTable() |
static <K,V> CqlResultor<KeyValue<K,V>,EqHashTable<K,V>> |
CQL.resultingEqHashTable(HashEqualator<? super K> hashEqualator) |
static <O> CqlResultor<O,HashEnum<O>> |
CQL.resultingHashEnum() |
static <K,V> CqlResultor<KeyValue<K,V>,HashTable<K,V>> |
CQL.resultingHashTable() |
static <O,T extends Consumer<O> & XIterable<O>> |
CQL.resultingIterable(Supplier<T> supplier) |
static <O> CqlResultor<O,LimitList<O>> |
CQL.resultingLimitList(int initialCapacity) |
static <O> CqlResultor<O,Double> |
CQL.sum(To_double<? super O> getter) |
| Modifier and Type | Method and Description |
|---|---|
static <I,R> CqlAggregation<I,R> |
CQL.aggregate(CqlResultor<I,R> aggregator) |
static <I,R> R |
CQL.executeQuery(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
CqlResultor<I,R> resultor,
Comparator<? super I> order) |
static <I,O,R> R |
CQL.executeQuery(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Function<? super I,O> projector,
CqlResultor<O,R> resultor,
Comparator<? super O> order) |
default <X extends XIterable<I>> |
CqlAggregation.into(CqlResultor<I,X> resultor) |
default <X extends XIterable<I>> |
CqlSelection.into(CqlResultor<I,X> resultor) |
default <X extends XIterable<O>> |
CqlQuery.into(CqlResultor<O,X> resultor) |
static <I,R> CqlAggregation<I,R> |
CqlAggregation.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Comparator<? super I> order,
CqlResultor<I,R> resultor) |
static <I,R extends XIterable<I>> |
CqlTransfer.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Comparator<? super I> order,
CqlResultor<I,R> resultor) |
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) |
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 XIterable<O>> |
CqlIteration.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> CqlProjection<I,O> |
CqlProjection.New(XIterable<? extends I> source,
Long skip,
Long limit,
Predicate<? super I> selector,
Function<? super I,O> projector,
Comparator<? super O> comparator,
CqlResultor<O,XSequence<O>> resultor) |
default <R1> CqlAggregation<I,R1> |
CqlAggregation.over(CqlResultor<I,R1> resultor) |
default <R1> CqlAggregation<I,R1> |
CqlSelection.over(CqlResultor<I,R1> resultor) |
default <R1> CqlQuery<I,O,R1> |
CqlQuery.over(CqlResultor<O,R1> resultor) |
Copyright © 2022 MicroStream Software. All rights reserved.