object PrettyMethods extends PrettyMethods
Companion object for trait PrettyMethods
enabling its members to be imported as an
alternative to mixing them in.
- Source
- PrettyMethods.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PrettyMethods
- PrettyMethods
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- implicit class Prettyizer extends AnyRef
Implicit class that adds a
pretty
method to any object.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 implicitPrettifier
that thepretty
method will use to prettify the object.- Definition Classes
- PrettyMethods