pretty

doobie.util.pretty$
object pretty

Some functions for pretty-printing.

Attributes

Source
pretty.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
pretty.type

Members list

Type members

Classlikes

final case class Block(lines: List[String])

A block of text that can be aligned with other blocks.

A block of text that can be aligned with other blocks.

Attributes

Companion
object
Source
pretty.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Block

Attributes

Companion
class
Source
pretty.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Block.type

Value members

Concrete methods

def wrap(cols: Int)(s: String): List[String]

Attributes

Source
pretty.scala