open fun plus(value: T): T
(source)open fun plus(value: Long): T
(source)
Returns a value that is (this + value)
.
This notation can be used in Kotlin with the +
operator.
value
- The amount to be added to this value.
Return
this + value