Prettyizer
org.scalactic.PrettyMethods.Prettyizer
Implicit class that adds a pretty method to any object.
The constructor of this class, besides taking an object o to prettify, also takes an implicit Prettifier that the pretty method will use to prettify the object.
Value parameters
- o
-
the object to prettify
- prettifier
-
an implicit
Prettifierthat will be used to prettify the passed objecto
Attributes
- Source
- PrettyMethods.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article