Result

pprint.Result
See theResult companion object
class Result(val iter: Iterator[Str], completedLineCount0: => Int, lastLineLength0: => Int)

The intermediate return type of the pretty-print system: provides an iterator which produces the actual string output, as well as metadata around that output that is only available after the iterator is exhausted

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def flatMap(f: (Int, Int) => Result): Result

Concrete fields

lazy val completedLineCount: Int
val iter: Iterator[Str]
lazy val lastLineLength: Int