Product

cats.derived.DerivedShowPretty$package.DerivedShowPretty.Product
trait Product[A](using inst: ProductInstances[Or, A], labelling: Labelling[A]) extends ShowPretty[A]

Attributes

Source
DerivedShowPretty.scala
Graph
Supertypes
trait ShowPretty[A]
trait Show[A]
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def showLines(a: A): List[String]

Attributes

Source
DerivedShowPretty.scala

Inherited methods

def show(a: A): String

Attributes

Inherited from:
ShowPretty
Source
DerivedShowPretty.scala