org.scalacheck.util.Pretty
See thePretty companion trait
object Pretty
Attributes
- Companion
- trait
- Source
- Pretty.scala
- Graph
-
- Supertypes
- Self type
-
Pretty.type
Members list
Type members
Classlikes
Attributes
- Source
- Pretty.scala
- Supertypes
Value members
Concrete methods
Attributes
- Source
- Pretty.scala
Break a long string across lines.
Break a long string across lines.
This method will wrap the given string at length characters, inserting newlines and an optional prefix (lead) on every line other than the first.
All lines in the resulting string are guaranteed to be length or shorter.
We require lead.length < length; otherwise it would be impossible to legally wrap lines.
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
Concrete fields
Attributes
- Source
- Pretty.scala
Implicits
Implicits
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
Attributes
- Source
- Pretty.scala
In this article