cats.Show
See theShow companion object
trait Show[T] extends ContravariantShow[T]
A type class to provide textual representation. It is meant to be a better "toString". Whereas toString exists for any Object, regardless of whether or not the creator of the class explicitly made a toString method, a Show instance will only exist if someone explicitly provided one.
Attributes
- Companion
- object
- Source
- Show.scala
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Implicitly added by catsShowForArraySeq
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsShowForLazyList
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsShowForList
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsShowForOption
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsShowForQueue
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsShowForSeq
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsShowForSet
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsShowForSortedSet
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsShowForStream
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsShowForTry
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsShowForVector
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Implicitly added by catsStdShowForTuple1
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
Attributes
- Inherited from:
- ContravariantShow
- Source
- Show.scala
In this article