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".
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".
Enables the use of the +
operator for BigDecimal instances.
Enables the use of the +
operator for BigInteger instances.