abstract fun subtract(value: T): T
abstract fun subtract(value: Int): T
Returns a value that is (this - value).
(this - value)
value - The amount to be subtracted from this value.
value
Return this - value
this - value