any2stringadd

scala.Predef.any2stringadd
final implicit class any2stringadd[A](self: A) extends AnyVal

Injects String concatenation operator + to any classes.

Attributes

Deprecated
true
Source
Predef.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def +(other: String): String

Attributes

Source
Predef.scala