Show

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
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def show(t: T): String
Implicitly added by catsShowForArraySeq

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsShowForLazyList

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsShowForList

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsShowForOption

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsShowForQueue

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsShowForSeq

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsShowForSet

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsShowForSortedSet

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsShowForStream

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsShowForTry

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsShowForVector

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String
Implicitly added by catsStdShowForTuple1

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala
def show(t: T): String

Attributes

Inherited from:
ContravariantShow
Source:
Show.scala