UpdateMap

final case class UpdateMap(add: Map[String, String], remove: Seq[String]) extends NonNullableSetter[Map[String, String]]
trait Serializable
trait Product
trait Equals
trait NonNullableSetter[Map[String, String]]
class Object
trait Matchable
class Any

Value members

Inherited methods

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