public class CustomFunction extends Object
Modifier and Type | Method and Description |
---|---|
static CustomFunction |
cypherContainerIndex() |
static CustomFunction |
cypherException() |
static CustomFunction |
cypherListSlice() |
static CustomFunction |
cypherPercentileCont() |
static CustomFunction |
cypherPercentileDisc() |
static CustomFunction |
cypherPlus() |
static CustomFunction |
cypherProperties() |
static CustomFunction |
cypherReplace() |
static CustomFunction |
cypherReverse() |
static CustomFunction |
cypherRound() |
static CustomFunction |
cypherSize() |
static CustomFunction |
cypherSplit() |
static CustomFunction |
cypherSubstring() |
static CustomFunction |
cypherToBoolean() |
static CustomFunction |
cypherToFloat() |
static CustomFunction |
cypherToInteger() |
static CustomFunction |
cypherToLower() |
static CustomFunction |
cypherToString() |
static CustomFunction |
cypherToUpper() |
static CustomFunction |
cypherTrim() |
boolean |
equals(Object o) |
Function<Traverser,Object> |
getImplementation() |
String |
getName() |
int |
hashCode() |
public String getName()
public static CustomFunction cypherRound()
public static CustomFunction cypherToString()
public static CustomFunction cypherToBoolean()
public static CustomFunction cypherToInteger()
public static CustomFunction cypherToFloat()
public static CustomFunction cypherProperties()
public static CustomFunction cypherContainerIndex()
public static CustomFunction cypherListSlice()
public static CustomFunction cypherPercentileCont()
public static CustomFunction cypherPercentileDisc()
public static CustomFunction cypherSize()
public static CustomFunction cypherPlus()
public static CustomFunction cypherException()
public static CustomFunction cypherSplit()
public static CustomFunction cypherReverse()
public static CustomFunction cypherSubstring()
public static CustomFunction cypherTrim()
public static CustomFunction cypherToLower()
public static CustomFunction cypherToUpper()
public static CustomFunction cypherReplace()