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 TypeMethodDescriptiondefault @NotNull OperationExpression.add(Expression addend) Creates a+operation of this (the augend) and theaddend.default @NotNull OperationExpression.concat(Expression expression) Creates an expression concatenating two string or list expressions.default @NotNull OperationExpression.divide(Expression dividend) Creates a/operation of this (the divisor) and thedividend.static OperationOperations.minus(Expression e) Creates an unary minus operation.default @NotNull OperationExpression.multiply(Expression multiplicand) Creates a*operation of this (the multiplier) and themultiplicand.static OperationOperations.mutate(Expression target, Expression value) Creates a+=operation.static OperationOperations.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.default @NotNull OperationExpression.pow(Expression n) Returns the power of n of this value.default @NotNull OperationExpression.remainder(Expression dividend) Returns the remainder of this value and thedividend.static OperationCreates an operation removing one or more labels from a givennode.static OperationOperations.set(Expression target, Expression value) Creates a=operation.static OperationCreates an operation adding one or more labels from a givennode.@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.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.