Show

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.

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.

Companion
object
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def show(t: T): String
Implicitly added by catsShowForOption
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsShowForTry
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsShowForList
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsShowForVector
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsShowForQueue
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsShowForSet
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsShowForSortedSet
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsShowForSeq
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsStdShowForTuple1
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsShowForLazyList
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsShowForArraySeq
Inherited from
ContravariantShow
def show(t: T): String
Implicitly added by catsShowForStream
Inherited from
ContravariantShow
def show(t: T): String
Inherited from
ContravariantShow