ostrat.Unshow
See theUnshow companion trait
object Unshow extends UnshowPriority2
Companion object for the Unshow type class trait, contains implicit instances for common types.
Attributes
Members list
Value members
Concrete fields
Implicits
Implicits
Implicit method for creating List[A: Persist] instances.
Implicit method for creating List[A: Persist] instances.
Attributes
Inherited implicits
Attributes
- Inherited from:
- UnshowPriority3
Attributes
- Inherited from:
- UnshowPriority2
implicit def vectorImplicit[A, ArrA <: Arr[A]](implicit evIn: Unshow[A], buildIn: BuilderArrMap[A, ArrA]): Unshow[Vector[A]]
Implicit method for creating Vector[A: UnShow] instances.
Implicit method for creating Vector[A: UnShow] instances.
Attributes
- Inherited from:
- UnshowPriority2
In this article