public interface CqlResulting<O,R extends Consumer<O> & XIterable<O>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
CqlResulting.Default<O,R extends Consumer<O> & XIterable<O>> |
| Modifier and Type | Method and Description |
|---|---|
default <I> CqlQuery<I,O,R> |
from(XIterable<? extends I> source) |
static <O,R extends Consumer<O> & XIterable<O>> |
New(R target) |
default <I> CqlQuery<I,O,R> |
project(Function<? super I,O> projector) |
default <I> CqlQuery<I,O,R> |
select(Predicate<? super I> selector) |
R |
target() |
R target()
static <O,R extends Consumer<O> & XIterable<O>> CqlResulting<O,R> New(R target)
Copyright © 2022 MicroStream Software. All rights reserved.