Tell2
ostrat.Tell2
trait Tell2[A1, A2] extends Tell2Plused[A1, A2], Persist2[A1, A2]
Trait for TellDec for a product of 2 logical elements. This trait is implemented directly by the type in question, unlike the corresponding Show2 trait which externally acts on an object of the specified type to create its String representations. For your own types it is better to inherit from Show2 and then use ShowTell2 or Persist2ElemT to create the type class instance for ShowT. The ShowTell2 or PersistTell2 class will delegate to Show2 for some of its methods. It is better to use Show2 to override toString method than delegating the toString override to a Show2 instance.
Attributes
- Graph
-
- Supertypes
-
trait PersistNFixedtrait Persist1Plus[A1]trait PersistNtrait TellNtrait Telltrait Persistclass Any
- Known subtypes
-
class Counterobject CounterAobject CounterBobject CounterCobject CounterDobject CounterEclass HexParrXclass HexParrYclass HexRegImpclass LineSegclass Sqlignclass Armyclass HGViewtrait HexMemShow[A]class HCounterclass HSquadclass SGViewtrait SqMemShow[A]class SqCountertrait TellDbl2class LatLongtrait TellElemDbl2class PtM2trait Vec2Likeclass Pt2class Vec2trait length2Mclass Vec2Mtrait TellInt2trait TellElemInt2trait TCoordtrait HCoordtrait HNotVerttrait HCenOrSepclass HCentrait HSepclass HSepAclass HSepBclass HSepCclass HCoordOthertrait HVertclass HVertHighclass HVertLowtrait SqCoordtrait SqCenOrSepclass SqCenclass SqSepclass SqVerttrait TCenOrSeptrait TCentrait TSeptrait TVert
Members list
In this article