ostrat.ShowTellSum
See theShowTellSum companion object
trait ShowTellSum[A <: Tell] extends Show[A]
Shows a sum type that extends Tell, where the different classes traits that make up the sum type can not be distinguished from their components. For example one might have a human class and a dog class, both consiting of a name and an age field. If we are showing an animal type, just showing the class components will not distinguish between humans and dogs.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Keywords
- no keywords
- override
Inherited
- Not inherited
- Persist
- Show
In this article