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