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: Int): T (source)
Returns a value that is (this + value).
value - Int: The amount to be added to this value.
Return
T: this + value