ShowDecTExtensions
The stringer implicit class gives extension methods for Show methods from the implicit Show instance type A.
Value members
Concrete methods
Return the defining member values of the type as a series of comma separated values without enclosing type information, note this will only happen if the syntax depth is less than 3. if it is 3 or greater return the full typed data.
Return the defining member values of the type as a series of comma separated values without enclosing type information, note this will only happen if the syntax depth is less than 3. if it is 3 or greater return the full typed data.
Return the defining member values of the type as a series of semicolon separated values without enclosing type information, note this will only happen if the syntax depth is less than 4. if it is 4 or greater return the full typed data. This method is not commonly needed but is useful for case classes with a single member.
Return the defining member values of the type as a series of semicolon separated values without enclosing type information, note this will only happen if the syntax depth is less than 4. if it is 4 or greater return the full typed data. This method is not commonly needed but is useful for case classes with a single member.
For most objects showTyped will return the same value as persist, for PeristValues the value will be type enclosed. 4.showTyped will return Int(4)
For most objects showTyped will return the same value as persist, for PeristValues the value will be type enclosed. 4.showTyped will return Int(4)