plus

operator fun plus(other: Any?): String

Returns a string obtained by concatenating this string with the string representation of the given other object.

operator fun plus(other: Any?): String

Returns a string obtained by concatenating this string with the string representation of the given other object.

operator fun plus(other: Any?): String