| Constructor and Description |
|---|
Predicates()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
all(Iterable<Predicate<T>> predicates)
Deprecated.
|
static <T> Predicate<T> |
all(Predicate<T>... predicates)
Deprecated.
|
static <T> Predicate<T> |
alwaysFalse()
Deprecated.
|
static <T> Predicate<T> |
alwaysTrue()
Deprecated.
|
static <T> Predicate<T> |
any(Iterable<Predicate<T>> predicates)
Deprecated.
|
static <T> Predicate<T> |
any(Predicate<T>... predicates)
Deprecated.
|
static void |
await(Supplier<Boolean> condition,
long timeout,
TimeUnit unit)
Deprecated.
|
static <TYPE> void |
await(Supplier<TYPE> supplier,
Predicate<TYPE> predicate,
long timeout,
TimeUnit unit)
Deprecated.
|
static void |
awaitForever(Supplier<Boolean> condition,
long checkInterval,
TimeUnit unit)
Deprecated.
|
static <T> Predicate<T> |
equalTo(T other)
Deprecated.
|
static <T> Predicate<T> |
instanceOf(Class clazz)
Deprecated.
|
static <T> Predicate<T> |
instanceOfAny(Class... classes)
Deprecated.
|
static <T> Predicate<T> |
noDuplicates()
Deprecated.
|
static <T> Predicate<T> |
not(Predicate<T> other)
Deprecated.
|
static <T> Predicate<T> |
notNull()
Deprecated.
|
public static <T> Predicate<T> alwaysTrue()
public static <T> Predicate<T> alwaysFalse()
public static <T> Predicate<T> notNull()
@SafeVarargs public static <T> Predicate<T> all(Predicate<T>... predicates)
@SafeVarargs public static <T> Predicate<T> any(Predicate<T>... predicates)
public static <T> Predicate<T> equalTo(T other)
public static <T> Predicate<T> noDuplicates()
public static <TYPE> void await(Supplier<TYPE> supplier, Predicate<TYPE> predicate, long timeout, TimeUnit unit) throws TimeoutException, InterruptedException
TimeoutExceptionInterruptedExceptionpublic static void await(Supplier<Boolean> condition, long timeout, TimeUnit unit) throws TimeoutException, InterruptedException
TimeoutExceptionInterruptedExceptionpublic static void awaitForever(Supplier<Boolean> condition, long checkInterval, TimeUnit unit) throws InterruptedException
InterruptedExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.