public abstract class CompiledConversionUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompiledConversionUtils.CompositeKey |
| Constructor and Description |
|---|
CompiledConversionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
coerceToPredicate(Object value) |
static CompiledConversionUtils.CompositeKey |
compositeKey(long... keys) |
static Boolean |
equals(Object lhs,
Object rhs) |
static Object |
loadParameter(Object value) |
static Boolean |
not(Object predicate) |
static Boolean |
or(Object lhs,
Object rhs) |
static Collection<?> |
toCollection(Object value) |
public static boolean coerceToPredicate(Object value)
public static Collection<?> toCollection(Object value)
public static CompiledConversionUtils.CompositeKey compositeKey(long... keys)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.