Uses of Interface
one.microstream.util.cql.CqlResultor
Package | Description |
---|---|
one.microstream.util.cql |
-
Uses of CqlResultor in one.microstream.util.cql
Methods in one.microstream.util.cql that return CqlResultor Modifier and Type Method Description CqlResultor<O,R>
CqlQuery.Abstract. getResultor()
CqlResultor<O,R>
CqlQuery. 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<O,T>CqlResultor. New(T target)
static <O, R> CqlResultor<O,R>
CqlResultor. NewFromAggregator(Aggregator<O,R> collector)
static <O, T extends Consumer<O>>
CqlResultor<O,T>CqlResultor. NewFromSupplier(Supplier<T> supplier)
static <O, T extends SortableProcedure<O> & XIterable<O>>
CqlResultor<O,T>CqlResultor. NewFromSupplier(Supplier<T> supplier, Comparator<? super O> order)
static <O, T> CqlResultor<O,T>
CqlResultor. NewFromSupplier(Supplier<T> supplier, BiConsumer<O,T> linker)
static <O, T extends Sortable<O>>
CqlResultor<O,T>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 Consumer<O>>
CqlResultor<O,T>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>>
CqlResultor<O,T>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)
Methods in one.microstream.util.cql with parameters of type CqlResultor Modifier and Type Method Description static <I, R> CqlAggregation<I,R>
CQL. aggregate(CqlResultor<I,R> aggregator)
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)
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)
default <X extends XIterable<I>>
CqlTransfer<I,X>CqlAggregation. into(CqlResultor<I,X> resultor)
default <X extends XIterable<O>>
CqlIteration<I,O,X>CqlQuery. into(CqlResultor<O,X> resultor)
default <X extends XIterable<I>>
CqlTransfer<I,X>CqlSelection. into(CqlResultor<I,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, O, R extends XIterable<O>>
CqlIteration<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, 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)
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> 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, R extends XIterable<I>>
CqlTransfer<I,R>CqlTransfer. New(XIterable<? extends I> source, Long skip, Long limit, Predicate<? super I> selector, Comparator<? super I> order, CqlResultor<I,R> resultor)
default <R1> CqlAggregation<I,R1>
CqlAggregation. over(CqlResultor<I,R1> resultor)
default <R1> CqlQuery<I,O,R1>
CqlQuery. over(CqlResultor<O,R1> resultor)
default <R1> CqlAggregation<I,R1>
CqlSelection. over(CqlResultor<I,R1> resultor)