BuilderArrFlat

ostrat.BuilderArrFlat
See theBuilderArrFlat companion trait

Companion object for BuilderArrFlat, contains implicit instances for atomic value classes.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

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

This is the fall back builder implicit for Arrs that do not have their own specialist ArrBuildBase classes. It is placed in this low priority trait to gove those specialist Arr classes implicit priority. The notA implicit parameter is to exclude user defined types that have their own specialist Arr classes.

This is the fall back builder implicit for Arrs that do not have their own specialist ArrBuildBase classes. It is placed in this low priority trait to gove 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:
BuilderArrFlatPriority2