StringMap

final case class StringMap(asVector: Vector[(String, String)]) extends AnyVal
Companion
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def add(key: String, value: String): StringMap
def delete(key: String): StringMap
def get(key: String): Vector[String]
def isEmpty: Boolean
def nonEmpty: Boolean

Inherited methods

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