object Mapping

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mapping
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[V](pairs: commons.IIterable[(String, V)], caseInsensitive: Boolean = false): Mapping[V]
  2. def apply[V](pairs: (String, V)*): Mapping[V]
  3. implicit def canBuildFrom[V]: CanBuildFrom[Nothing, (String, V), Mapping[V]]
  4. def empty[V]: Mapping[V]
  5. implicit def genCodec[V](implicit arg0: GenCodec[V]): GenObjectCodec[Mapping[V]]
  6. def newBuilder[V](caseInsensitive: Boolean = false): Builder[(String, V), Mapping[V]]