scala / 3.1 / scala / predef$$any2stringadd.html

Class scala.any2stringadd

@deprecated("Implicit injection of + is deprecated. Convert to String to call +", "2.13.0") @deprecated("Implicit injection of + is deprecated. Convert to String to call +", "2.13.0")
final implicit class any2stringadd[A](self: A) extends AnyVal

Injects String concatenation operator + to any classes.

Deprecated
Supertypes

Concrete methods

Source
def +(other: String): String

© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.1.1/scala/Predef$$any2stringadd.html