JsStr

final case class JsStr(value: String) extends JsPrimitive

Represents an immutable string

Value parameters:
value

the value of the string

Companion:
object
trait Serializable
trait Product
trait Equals
trait JsValue
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product