Uses of Class
org.neo4j.cypherdsl.core.Operation
Packages that use Operation
-
Uses of Operation in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return OperationModifier and TypeMethodDescriptionstatic OperationCypher.add(Expression op1, Expression op2) default @NotNull OperationExpression.add(Expression addend) Creates a+operation of this (the augend) and theaddend.static OperationCypher.concat(Expression op1, Expression op2) default @NotNull OperationExpression.concat(Expression expression) Creates an expression concatenating two string or list expressions.static OperationCypher.divide(Expression op1, Expression op2) default @NotNull OperationExpression.divide(Expression dividend) Creates a/operation of this (the divisor) and thedividend.static OperationCypher.minus(Expression e) Creates an unary minus operation.static OperationCypher.multiply(Expression op1, Expression op2) default @NotNull OperationExpression.multiply(Expression multiplicand) Creates a*operation of this (the multiplier) and themultiplicand.static OperationCypher.mutate(Expression target, Expression value) Creates a+=operation.static OperationCypher.mutate(Expression target, MapExpression value) Creates a+=operation.@NotNull OperationPropertyContainer.mutate(MapExpression properties) Creates anOperationmutating the properties of this container to a new value.@NotNull OperationCreates anOperationmutating the properties of this container to a new value.static OperationCypher.pow(Expression op1, Expression op2) default @NotNull OperationExpression.pow(Expression n) Returns the power of n of this value.static OperationCypher.remainder(Expression op1, Expression op2) default @NotNull OperationExpression.remainder(Expression dividend) Returns the remainder of this value and thedividend.static OperationCypher.removeLabel(Node target, String... label) Creates an operation removing one or more labels from a givennode.static OperationCypher.set(Expression target, Expression value) Creates a=operation.@NotNull OperationPropertyContainer.set(MapExpression properties) Creates anSET operationsetting the properties of this container to a new value.@NotNull OperationCreates anSET operationsetting the properties of this container to a new value.static OperationCreates an operation adding one or more labels from a givennode.static OperationCypher.subtract(Expression op1, Expression op2) default @NotNull OperationExpression.subtract(Expression subtrahend) Creates a-operation of this (the minuend) and thesubtrahend.@NotNull OperationProperty.to(Expression expression) Creates anOperationsetting this property to a new value.