BuilderMapArrPriority2

ostrat.BuilderMapArrPriority2

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BuilderArrMap

Members list

Implicits

Implicits

implicit def anyEv[B](implicit ct: ClassTag[B], notA: Not[SpecialT]#<none>[B]): BuilderArrMap[B, RArr[B]]

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