subtract

fun subtract(value: Int): QueryValue
fun subtract(value: Long): QueryValue


open fun subtract(value: DataValue): QueryValue

Return QueryOperator.subtract(this, value).

Return

QueryOperator.subtract(this, value).

Parameters

value

Value to be subtracted from the current value.