Package | Description |
---|---|
net.ravendb.abstractions.closure | |
net.ravendb.client.changes | |
net.ravendb.client.connection |
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<java.lang.String> |
ObservableLineStream.where(Predicate<java.lang.String> predicate) |
Copyright © 2014. All Rights Reserved.