Packages

final case class SoyMap(value: Map[String, SoyValue]) extends AnyVal with SoyValue with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, SoyValue, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SoyMap
  2. Serializable
  3. Product
  4. Equals
  5. SoyValue
  6. AnyVal
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SoyMap(value: Map[String, SoyValue])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def +(field: (String, SoyValue)): SoyMap

    Appends a key-value pair to the map.

  4. def ++(other: SoyMap): SoyMap

    Merge this map with an other one.

    Merge this map with an other one. Values from other override value of the current map.

  5. def -(key: String): SoyMap

    Removes a key from the map.

  6. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def build: SoyMapData

    Converts the SoyValue to a (Java) type which can be used directly in Google Closure Templates.

    Converts the SoyValue to a (Java) type which can be used directly in Google Closure Templates.

    Definition Classes
    SoyMapSoyValue
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def keys: Set[String]

    All distinct keys of the map.

  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. val value: Map[String, SoyValue]
  14. def values: Set[SoyValue]

    All distinct values of the map.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SoyValue

Inherited from AnyVal

Inherited from Any

Ungrouped