| Package | Description |
|---|---|
| org.neo4j.function |
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
Predicates.all(Iterable<Predicate<T>> predicates)
Deprecated.
|
static <T> Predicate<T> |
Predicates.all(Predicate<T>... predicates)
Deprecated.
|
static <T> Predicate<T> |
Predicates.alwaysFalse()
Deprecated.
|
static <T> Predicate<T> |
Predicates.alwaysTrue()
Deprecated.
|
static <T> Predicate<T> |
Predicates.any(Iterable<Predicate<T>> predicates)
Deprecated.
|
static <T> Predicate<T> |
Predicates.any(Predicate<T>... predicates)
Deprecated.
|
static <T> Predicate<T> |
Predicates.equalTo(T other)
Deprecated.
|
static <T> Predicate<T> |
Predicates.instanceOf(Class clazz)
Deprecated.
|
static <T> Predicate<T> |
Predicates.instanceOfAny(Class... classes)
Deprecated.
|
static <T> Predicate<T> |
Predicates.noDuplicates()
Deprecated.
|
static <T> Predicate<T> |
Predicates.not(Predicate<T> other)
Deprecated.
|
static <T> Predicate<T> |
Predicates.notNull()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
Predicates.all(Predicate<T>... predicates)
Deprecated.
|
static <T> Predicate<T> |
Predicates.any(Predicate<T>... predicates)
Deprecated.
|
static <TYPE> void |
Predicates.await(Supplier<TYPE> supplier,
Predicate<TYPE> predicate,
long timeout,
TimeUnit unit)
Deprecated.
|
static <T> Supplier<Boolean> |
Suppliers.compose(Supplier<T> input,
Predicate<T> predicate) |
static <T> Predicate<T> |
Predicates.not(Predicate<T> other)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
Predicates.all(Iterable<Predicate<T>> predicates)
Deprecated.
|
static <T> Predicate<T> |
Predicates.any(Iterable<Predicate<T>> predicates)
Deprecated.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.