ShowAny

object ShowAny extends Show[Any]

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

class Show[Any]
class Object
trait Matchable
class Any
ShowAny.type

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.