com.kinja.soy

SoyMap

Related Doc: package soy

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

Linear Supertypes
Serializable, Serializable, Product, Equals, SoyValue, AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SoyMap
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. SoyValue
  7. AnyVal
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. val value: Map[String, SoyValue]

  13. def values: Set[SoyValue]

    All distinct values of the map.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from SoyValue

Inherited from AnyVal

Inherited from Any

Ungrouped