fun generateCondition(node: Node, value: Any): Condition

Generates the condition based of the provided Node Uses conditionGenerator to generate the condition

Parameters

node

the CypherDSL Node on which the condition is based of

value

the value which is wrapped in a CypherDSL property and then provided to the condition generator