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

Members list

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