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