plus (original) (raw)
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.0
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.1
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.0
Enables the use of the +
operator for BigDecimal instances.
Since Kotlin
1.0
Enables the use of the +
operator for BigInteger instances.
Since Kotlin
1.0
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.8
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.8