Result

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

Companion
object
class Object
trait Matchable
class Any

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