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 Iterator |
iteratorFrom(Object iterable) |
static Object |
loadParameter(Object value) |
static Object |
materializeAnyResult(org.neo4j.kernel.impl.core.NodeManager nodeManager,
Object anyValue) |
static Boolean |
not(Object predicate) |
static Boolean |
or(Object lhs,
Object rhs) |
static IntStream |
toBooleanStream(Object list) |
static Collection<?> |
toCollection(Object value) |
static DoubleStream |
toDoubleStream(Object list) |
static LongStream |
toLongStream(Object list) |
static long |
unboxNodeOrNull(NodeIdWrapper value) |
static long |
unboxRelationshipOrNull(RelationshipIdWrapper value) |
public static boolean coerceToPredicate(Object value)
public static Collection<?> toCollection(Object value)
public static CompiledConversionUtils.CompositeKey compositeKey(long... keys)
public static final Object materializeAnyResult(org.neo4j.kernel.impl.core.NodeManager nodeManager, Object anyValue)
public static LongStream toLongStream(Object list)
public static DoubleStream toDoubleStream(Object list)
public static long unboxNodeOrNull(NodeIdWrapper value)
public static long unboxRelationshipOrNull(RelationshipIdWrapper value)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.