Package | Description |
---|---|
net.ravendb.abstractions.closure | |
net.ravendb.client.changes | |
net.ravendb.client.connection | |
net.ravendb.client.document | |
net.ravendb.client.shard |
Modifier and Type | Class and Description |
---|---|
static class |
Predicates.AndPredicate<T> |
static class |
Predicates.False<T> |
static class |
Predicates.True<T> |
Modifier and Type | Method and Description |
---|---|
static <T> Predicate<T> |
Predicates.alwaysFalse() |
static <T> Predicate<T> |
Predicates.alwaysTrue() |
static <T> Predicate<T> |
Predicates.and(Predicate<T> left,
Predicate<T> right) |
Modifier and Type | Method and Description |
---|---|
static <T> Predicate<T> |
Predicates.and(Predicate<T> left,
Predicate<T> right) |
static <T> Predicate<T> |
Predicates.and(Predicate<T> left,
Predicate<T> right) |
Constructor and Description |
---|
Predicates.AndPredicate(Predicate<T> left,
Predicate<T> right) |
Predicates.AndPredicate(Predicate<T> left,
Predicate<T> right) |
Modifier and Type | Field and Description |
---|---|
protected Predicate<T> |
TaskedObservable.filter |
Modifier and Type | Method and Description |
---|---|
IObservable<T> |
IObservable.where(Predicate<T> predicate) |
IObservable<T> |
TaskedObservable.where(Predicate<T> predicate) |
Constructor and Description |
---|
TaskedObservable(TConnectionState localConnectionState,
Predicate<T> filter) |
Modifier and Type | Method and Description |
---|---|
IObservable<String> |
ObservableLineStream.where(Predicate<String> predicate) |
Modifier and Type | Method and Description |
---|---|
IObservable<T> |
Subscription.where(Predicate<T> predicate) |
Modifier and Type | Method and Description |
---|---|
IObservable<T> |
ShardedObservable.where(Predicate<T> predicate) |
Copyright © 2016. All Rights Reserved.