Show

dotty.tools.dotc.printing.Formatting$.ShownDef$.Show
See theShow companion object
sealed abstract class Show[-T]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_Show_FlagSet.type
object ShowAny.type

Members list

Concise view

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.

Attributes