Show

object Show
Companion:
class
class Object
trait Matchable
class Any
Show.type

Type members

Classlikes

object Maker
Companion:
class
trait Maker[T] extends T => Show
Companion:
object

Value members

Concrete methods

def mkString[T](subject: T)(implicit maker: Maker[T]): String

Returns the string representation for the given subject.

Returns the string representation for the given subject.