BlackWhite
replpp.shaded.pprint.PPrinter.BlackWhite
object BlackWhite extends PPrinter
Attributes
- Graph
-
- Supertypes
- Self type
-
BlackWhite.type
Members list
Value members
Inherited methods
Converts an Any into a large colored fansi.Str
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
- Inherited from:
- PPrinter
def pprintln[T](x: T, width: Int, height: Int, indent: Int, initialOffset: Int, escapeUnicode: Boolean, showFieldNames: Boolean): Unit
Converts an Any into a large colored fansi.Str
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
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
- Inherited from:
- PPrinter
Inherited fields
Attributes
- Inherited from:
- Walker
In this article