Show

sealed abstract class Show[-T]
Companion:
object
class Object
trait Matchable
class Any
object given_Show_FlagSet.type
object ShowAny.type

Value members

Abstract methods

def show(x: T): Shown

Show a value T by returning a "shown" result.

Show a value T by returning a "shown" result.