abstract fun add(value: T): T
abstract fun add(value: Long): T
Returns a value that is (this + value).
(this + value)
value - The amount to be added to this value.
value
Return this + value
this + value