unaryMinus

open operator override fun Expression<T>.unaryMinus(): Expression<T>(source)

The negation of this element.

Receiver

this value.

Return

the additive inverse of this value.