replpp.shaded.pprint.PPrinter
See thePPrinter companion object
case class PPrinter (defaultWidth : Int , defaultHeight : Int , defaultIndent : Int , defaultEscapeUnicode : Boolean , defaultShowFieldNames : Boolean , colorLiteral : Attrs , colorApplyPrefix : Attrs , additionalHandlers : PartialFunction [Any , Tree ]) extends Walker
Value parameters
additionalHandlers
Provide this to override how certain types are pretty-printed at runtime
colorApplyPrefix
What color to assign to Foo in Foo(bar, baz)
colorLiteral
What color to assign to literals like "lol" or 31337
defaultHeight
How tall to allow the pretty-printed output to become before truncated it with a ...
defaultIndent
How many spaces to indent each nested Tree.Apply by
defaultWidth
How wide to allow a pretty-printed value to become before wrapping
Attributes
Companion
object
Graph
Reset zoom Hide graph Show graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
Self type
Members list
Attributes
Supertypes
class Object
trait Matchable
class Any
Self type
Converts an Any into a large colored fansi.Str
Converts an Any into a large colored fansi.Str
Attributes
Logs a given value to stdout with some metadata to identify where the log message came from. Hard-coded and not very flexible, but you can easily implement your own log method if you want to customize it further.
Logs a given value to stdout with some metadata to identify where the log message came from. Hard-coded and not very flexible, but you can easily implement your own log method if you want to customize it further.
Attributes
Converts an Any into a large colored fansi.Str
Converts an Any into a large colored fansi.Str
Attributes
Converts an Any into an iterator of colored chunks, wrapped at a certain width and truncated at a certain height
Converts an Any into an iterator of colored chunks, wrapped at a certain width and truncated at a certain height
Attributes
Attributes
Inherited from:
Product
Attributes
Inherited from:
Product
Attributes
Inherited from:
Walker
Attributes
Inherited from:
Walker