Printer

trait Printer[T]

Type class used in show methods to provide customizable String representations

Type class used in show methods to provide customizable String representations

class Object
trait Matchable
class Any

Value members

Abstract methods

def show(x: T): String

Show the arguments as a String

Show the arguments as a String