The companion object for the ShowT type class. Persist extends ShowT with UnShow. As its very unlikely that anyone would want to create an UnShow instance without a ShowT instance. Many Persist instances are placed inside the Show companion object. However, type instances that themselves one or more Show type instances as parameters require a specific Show instance. The Persist instance for these types will require corresponding Persist type instances, and these will be placed in the Persist companion object.
Attributes
Members list
Type members
Classlikes
Attributes
- Supertypes
-
trait ShowCompound[R]trait Show[R]trait ShowType[R]trait Persistclass Objecttrait Matchableclass AnyShow all
Value members
Givens
Givens
Implicit method for creating Arr[A <: Show] instances. This seems toRich have to be a method rather directly using an implicit class
Implicit method for creating Arr[A <: Show] instances. This seems toRich have to be a method rather directly using an implicit class
Attributes
Implicit method for creating List[A: Show] instances.
Implicit method for creating List[A: Show] instances.