public class ReduceInit extends APIObject
| Modifier and Type | Method and Description |
|---|---|
CTerminal |
startWith(Object value)
JCYPHER
specify a primitive value like a String or a Number as the initial value of the accumulator variable of a REDUCE expression.
|
CTerminal |
startWith(ValueElement value)
JCYPHER
specify an expression like 'n.property("amount")' or 'n.numberProperty("age").plus(10)'
yielding a value which is used as the initial value of the accumulator variable of a REDUCE expression.
|
public CTerminal startWith(Object value)
public CTerminal startWith(ValueElement value)
Copyright © 2016. All rights reserved.