ShowAny

dotty.tools.dotc.printing.Formatting.ShownDef.ShowAny
object ShowAny extends Show[Any]

The base implementation, passing the argument to StringFormatter which will try to .show it.

Attributes

Graph
Supertypes
class Show[Any]
class Object
trait Matchable
class Any
Self type
ShowAny.type

Members list

Value members

Concrete methods

def show(x: Any): Shown

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

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

Attributes