| Package | Description |
|---|---|
| net.openhft.chronicle.engine.api.query | |
| net.openhft.chronicle.engine.query |
| Modifier and Type | Method and Description |
|---|---|
Query<T> |
Query.filter(net.openhft.chronicle.core.util.SerializablePredicate<? super T> predicate) |
<R> Query<R> |
Query.flatMap(net.openhft.chronicle.core.util.SerializableFunction<? super T,? extends Query<? extends R>> mapper) |
<R> Query<R> |
Query.map(net.openhft.chronicle.core.util.SerializableFunction<? super T,? extends R> mapper) |
<R> Query<R> |
Query.project(Class<R> rClass) |
default Query<E> |
Queryable.query() |
| Modifier and Type | Method and Description |
|---|---|
<R> Query<R> |
Query.flatMap(net.openhft.chronicle.core.util.SerializableFunction<? super T,? extends Query<? extends R>> mapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaQuery<E>
Created by peter.lawrey on 12/07/2015.
|
| Modifier and Type | Method and Description |
|---|---|
Query<E> |
VanillaQuery.filter(net.openhft.chronicle.core.util.SerializablePredicate<? super E> predicate) |
<R> Query<R> |
VanillaQuery.flatMap(net.openhft.chronicle.core.util.SerializableFunction<? super E,? extends Query<? extends R>> mapper) |
<R> Query<R> |
VanillaQuery.map(net.openhft.chronicle.core.util.SerializableFunction<? super E,? extends R> mapper) |
<R> Query<R> |
VanillaQuery.project(Class<R> rClass) |
| Modifier and Type | Method and Description |
|---|---|
<R> Query<R> |
VanillaQuery.flatMap(net.openhft.chronicle.core.util.SerializableFunction<? super E,? extends Query<? extends R>> mapper) |
Copyright © 2015. All rights reserved.