Printer

object Printer
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[T](printer: Printer[T]): Printer[T]
def factory[T](printing: T => String): Printer[T]

Implicits

Implicits

implicit def bigIntPrinter: Printer[BigInt]
implicit def booleanPrinter: Printer[Boolean]
implicit def doublePrinter: Printer[Double]
implicit def floatPrinter: Printer[Float]
implicit def intPrinter: Printer[Int]
implicit def longPrinter: Printer[Long]
implicit def stringPrinter: Printer[String]