@FunctionalInterface public interface CqlResultor<O,R>
| Modifier and Type | Method and Description |
|---|---|
static <O> CqlResultor<O,XSequence<O>> |
New() |
static <O,T extends Consumer<O> & XIterable<O>> |
New(T target) |
static <O,R> CqlResultor<O,R> |
NewFromAggregator(Aggregator<O,R> collector) |
static <O,T extends Consumer<O>> |
NewFromSupplier(Supplier<T> supplier) |
static <O,T> CqlResultor<O,T> |
NewFromSupplier(Supplier<T> supplier,
BiConsumer<O,T> linker) |
static <O,T extends Sortable<O>> |
NewFromSupplier(Supplier<T> supplier,
BiConsumer<O,T> linker,
Comparator<? super O> order) |
static <O,T> CqlResultor<O,T> |
NewFromSupplier(Supplier<T> supplier,
BiConsumer<O,T> linker,
Consumer<? super T> finalizer) |
static <O,T extends SortableProcedure<O> & XIterable<O>> |
NewFromSupplier(Supplier<T> supplier,
Comparator<? super O> order) |
Aggregator<O,R> |
prepareCollector(XIterable<?> source) |
Aggregator<O,R> prepareCollector(XIterable<?> source)
static <O> CqlResultor<O,XSequence<O>> New()
static <O,T extends Consumer<O> & XIterable<O>> CqlResultor<O,T> New(T target)
static <O,R> CqlResultor<O,R> NewFromAggregator(Aggregator<O,R> collector)
static <O,T extends Consumer<O>> CqlResultor<O,T> NewFromSupplier(Supplier<T> supplier)
static <O,T extends SortableProcedure<O> & XIterable<O>> CqlResultor<O,T> NewFromSupplier(Supplier<T> supplier, Comparator<? super O> order)
static <O,T> CqlResultor<O,T> NewFromSupplier(Supplier<T> supplier, BiConsumer<O,T> linker)
static <O,T extends Sortable<O>> CqlResultor<O,T> NewFromSupplier(Supplier<T> supplier, BiConsumer<O,T> linker, Comparator<? super O> order)
static <O,T> CqlResultor<O,T> NewFromSupplier(Supplier<T> supplier, BiConsumer<O,T> linker, Consumer<? super T> finalizer)
Copyright © 2022 MicroStream Software. All rights reserved.