Renderer

pprint.Renderer
See theRenderer companion class
object Renderer

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Renderer.type

Members list

Value members

Concrete methods

def indent(n: Int): Str
def joinIter[T](it0: Iterator[Iterator[T]], joiner: => Iterator[T]): ConcatIterator[T]

Basically like mkString, but for nested iterators. Used whenever you want to put stuff "in between" the elements of the larger iterator

Basically like mkString, but for nested iterators. Used whenever you want to put stuff "in between" the elements of the larger iterator

Attributes

Concrete fields

val closeParen: Str
val commaNewLine: Str
val commaSpace: Str
val newLine: Str
val openParen: Str