Printer

org.finos.morphir.util.Printer
See thePrinter companion trait
object Printer

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Printer.type

Members list

Type members

Classlikes

object Renderer

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Renderer.type
enum Text

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
object Text

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Text.type
object given_Printer_Boolean extends Printer[Boolean]

Attributes

Supertypes
trait Printer[Boolean]
class Object
trait Matchable
class Any
Self type
object given_Printer_Int extends Printer[Int]

Attributes

Supertypes
trait Printer[Int]
class Object
trait Matchable
class Any
Self type
object given_Printer_String extends Printer[String]

Attributes

Supertypes
trait Printer[String]
class Object
trait Matchable
class Any
Self type

Types

type Renderer = Text => String

Givens

Givens

given given_Printer_A[A](using x$1: NotGiven[Printer[A]]): given_Printer_A[A]
given given_Printer_Seq[A](using x$1: Printer[A]): given_Printer_Seq[A]