plus
Concatenates this string with the string representation of the given other object. If either the receiver or the other object are null, they are represented as the string "null".
Since Kotlin
1.0Enables the use of the +
operator for BigDecimal instances.
Since Kotlin
1.0Enables the use of the +
operator for BigInteger instances.