BuilderArrFlatPriority2

ostrat.BuilderArrFlatPriority2

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Implicits

Implicits

implicit def anyRArrEv[A](implicit ct: ClassTag[A], notA: Not[ValueNElem]#<none>[A]): BuilderArrFlat[RArr[A]]

BuilderArrFlat type class instances / evidence for RArr This is the fallback builder implicit for types that do not have their own specialist Arr and BuilderArrFlat 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.

BuilderArrFlat type class instances / evidence for RArr This is the fallback builder implicit for types that do not have their own specialist Arr and BuilderArrFlat 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