default Operation |
Expression.add(Expression addend) |
Creates a + operation of this (the augend) and the addend.
|
default Operation |
Expression.concat(Expression expression) |
Creates an expression concatenating two string or list expressions.
|
default Operation |
Expression.divide(Expression dividend) |
Creates a / operation of this (the divisor) and the dividend.
|
default Operation |
Expression.multiply(Expression multiplicand) |
Creates a * operation of this (the multiplier) and the multiplicand.
|
default Operation |
PropertyContainer.mutate(MapExpression properties) |
Creates an Operation mutating the properties of this container to a new value.
|
default Operation |
PropertyContainer.mutate(Parameter parameter) |
Creates an Operation mutating the properties of this container to a new value.
|
default Operation |
Expression.pow(Expression n) |
Returns the power of n of this value.
|
default Operation |
Expression.remainder(Expression dividend) |
Returns the remainder of this value and the dividend.
|
default Operation |
Expression.subtract(Expression subtrahend) |
Creates a - operation of this (the minuend) and the subtrahend.
|
Operation |
Property.to(Expression expression) |
Creates an Operation setting this property to a new value.
|