UnshowPriority2

ostrat.UnshowPriority2

Attributes

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

Members list

Givens

Givens

given vectorEv[A, ArrA <: Arr[A]](using evA: Unshow[A], build: BuilderArrMap[A, ArrA]): Unshow[Vector[A]]

Implicit Unshow type class instances / evidence for Vector.

Implicit Unshow type class instances / evidence for Vector.

Attributes

Inherited givens

given noneUnEv: Unshow[None.type]

Implicit Unshow type class instance / evidence for None type.

Implicit Unshow type class instance / evidence for None type.

Attributes

Inherited from:
UnshowPriority3

Implicits

Implicits

implicit def someUnShowImplicit[A](implicit ev: Unshow[A]): Unshow[Some[A]]

Implicit Unshow type class instance / evidence method for Some objects.

Implicit Unshow type class instance / evidence method for Some objects.

Attributes