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 long |
extractLong(Object obj) |
static Iterator |
iteratorFrom(Object iterable) |
static Object |
loadParameter(Object value) |
static Object |
makeValueNeoSafe(Object object) |
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 Set<?> |
toSet(Object value) |
static long |
unboxNodeOrNull(org.neo4j.cypher.internal.compiler.v3_2.spi.NodeIdWrapper value) |
static long |
unboxRelationshipOrNull(org.neo4j.cypher.internal.compiler.v3_2.spi.RelationshipIdWrapper value) |
public static boolean coerceToPredicate(Object value)
public static Collection<?> toCollection(Object value)
public static CompiledConversionUtils.CompositeKey compositeKey(long... keys)
public static 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(org.neo4j.cypher.internal.compiler.v3_2.spi.NodeIdWrapper value)
public static long unboxRelationshipOrNull(org.neo4j.cypher.internal.compiler.v3_2.spi.RelationshipIdWrapper value)
public static long extractLong(Object obj)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.