The companion object for BuilderArrMap type class, contains implicit instances for common types.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
BuilderArrMap.type
Members list
Implicits
Implicits
1st priority implicit BuilderArrMap type class instance evidence for Boolean and BooleanArr.
1st priority implicit BuilderArrMap type class instance evidence for Boolean and BooleanArr.
Attributes
1st priority implicit BuilderArrMap type class instance evidence for Double and DblArr.
1st priority implicit BuilderArrMap type class instance evidence for Float and FloatArr.
1st priority implicit BuilderArrMap type class instance evidence for Int and IntArr.
1st priority implicit BuilderArrMap type class instance evidence for Long and LongArr.
1st priority implicit BuilderArrMap type class instance evidence for String and StringArr.
1st priority implicit BuilderArrMap type class instance evidence for String and StringArr.
Attributes
Inherited implicits
2nd priority implicit BuilderArrMap instances evidence for Any and RArr. This is the fallback builder implicit for Arrs that do not have their own specialist Arr classes. It is placed in this low priority trait to give those specialist Arr classes implicit priority. The notA implicit parameter is to exclude user defined types that have their own specialist Arr classes.
2nd priority implicit BuilderArrMap instances evidence for Any and RArr. This is the fallback builder implicit for Arrs that do not have their own specialist Arr classes. It is placed in this low priority trait to give those specialist Arr classes implicit priority. The notA implicit parameter is to exclude user defined types that have their own specialist Arr classes.
Attributes
- Inherited from:
- BuilderMapArrPriority2