Packages

implicit final class MapOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapOps
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MapOps(x: Map[String, Value])

Value Members

  1. def arr(k: String): Option[Seq[Value]]
  2. def bool(k: String): Option[Boolean]
  3. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  4. def int(k: String): Option[Int]
  5. def obj(k: String): Option[obj]
  6. def set(k: String): Option[Set[Value]]
  7. def str(k: String): Option[String]