object Mapping
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Mapping
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def apply[V](pairs: commons.IIterable[(String, V)], caseInsensitive: Boolean = false): Mapping[V]
- def apply[V](pairs: (String, V)*): Mapping[V]
- implicit def canBuildFrom[V]: CanBuildFrom[Nothing, (String, V), Mapping[V]]
- def empty[V]: Mapping[V]
- implicit def genCodec[V](implicit arg0: GenCodec[V]): GenObjectCodec[Mapping[V]]
- def newBuilder[V](caseInsensitive: Boolean = false): Builder[(String, V), Mapping[V]]