pprint

Truncated

class Truncated extends Iterator[Str]

Wraps an input iterator of colored fansi.Strs, and produces the same fansi.Strs but truncated once the wrapped-at-width text reaches beyond a certain height

Linear Supertypes
Iterator[Str], TraversableOnce[Str], GenTraversableOnce[Str], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Truncated
  2. Iterator
  3. TraversableOnce
  4. GenTraversableOnce
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Truncated(chunks0: Iterator[Str], width: Int, height: Int, truncationMarker: String = "...")

Type Members

  1. class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]] with Iterator[Seq[B]]

    Definition Classes
    Iterator

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def ++[B >: Str](that: ⇒ GenTraversableOnce[B]): Iterator[B]

    Definition Classes
    Iterator
  5. def /:[B](z: B)(op: (B, Str) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  6. def :\[B](z: B)(op: (Str, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  7. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  9. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  10. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  11. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  12. def aggregate[B](z: B)(seqop: (B, Str) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def buffered: BufferedIterator[Str]

    Definition Classes
    Iterator
  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def collect[B](pf: PartialFunction[Str, B]): Iterator[B]

    Definition Classes
    Iterator
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.

  17. def collectFirst[B](pf: PartialFunction[Str, B]): Option[B]

    Definition Classes
    TraversableOnce
  18. def completedLineCount: Int

  19. def contains(elem: Any): Boolean

    Definition Classes
    Iterator
  20. def copyToArray[B >: Str](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  21. def copyToArray[B >: Str](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  22. def copyToArray[B >: Str](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def copyToBuffer[B >: Str](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  24. def corresponds[B](that: GenTraversableOnce[B])(p: (Str, B) ⇒ Boolean): Boolean

    Definition Classes
    Iterator
  25. def count(p: (Str) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  26. def drop(n: Int): Iterator[Str]

    Definition Classes
    Iterator
  27. def dropWhile(p: (Str) ⇒ Boolean): Iterator[Str]

    Definition Classes
    Iterator
  28. def duplicate: (Iterator[Str], Iterator[Str])

    Definition Classes
    Iterator
  29. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  31. def exists(p: (Str) ⇒ Boolean): Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  32. def filter(p: (Str) ⇒ Boolean): Iterator[Str]

    Definition Classes
    Iterator
  33. def filterNot(p: (Str) ⇒ Boolean): Iterator[Str]

    Definition Classes
    Iterator
  34. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def find(p: (Str) ⇒ Boolean): Option[Str]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  36. def flatMap[B](f: (Str) ⇒ GenTraversableOnce[B]): Iterator[B]

    Definition Classes
    Iterator
  37. def fold[A1 >: Str](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  38. def foldLeft[B](z: B)(op: (B, Str) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  39. def foldRight[B](z: B)(op: (Str, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  40. def forall(p: (Str) ⇒ Boolean): Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  41. def foreach[U](f: (Str) ⇒ U): Unit

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  42. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  43. def grouped[B >: Str](size: Int): GroupedIterator[B]

    Definition Classes
    Iterator
  44. def hasDefiniteSize: Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  45. def hasNext: Boolean

    Definition Classes
    Truncated → Iterator
  46. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  47. def indexOf[B >: Str](elem: B): Int

    Definition Classes
    Iterator
  48. def indexWhere(p: (Str) ⇒ Boolean): Int

    Definition Classes
    Iterator
  49. def isEmpty: Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  50. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  51. def isTraversableAgain: Boolean

    Definition Classes
    Iterator → GenTraversableOnce
  52. def isTruncated: Boolean

  53. def lastLineLength: Int

  54. def length: Int

    Definition Classes
    Iterator
  55. val lineLengths: Buffer[Int]

  56. def map[B](f: (Str) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  57. def max[B >: Str](implicit cmp: Ordering[B]): Str

    Definition Classes
    TraversableOnce → GenTraversableOnce
  58. def maxBy[B](f: (Str) ⇒ B)(implicit cmp: Ordering[B]): Str

    Definition Classes
    TraversableOnce → GenTraversableOnce
  59. def min[B >: Str](implicit cmp: Ordering[B]): Str

    Definition Classes
    TraversableOnce → GenTraversableOnce
  60. def minBy[B](f: (Str) ⇒ B)(implicit cmp: Ordering[B]): Str

    Definition Classes
    TraversableOnce → GenTraversableOnce
  61. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  62. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  63. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  64. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  65. def next(): Str

    Truncated streams the chunks one by one until it reaches the height limit; then, it buffers up to one entire row worth of chunks to check whether it overshoots.

    Truncated streams the chunks one by one until it reaches the height limit; then, it buffers up to one entire row worth of chunks to check whether it overshoots. If it overshoots, it discards the chunks and prints "..." instead. If not, the buffered chunks get printed all at once.

    Definition Classes
    Truncated → Iterator
  66. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  67. final def notify(): Unit

    Definition Classes
    AnyRef
  68. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  69. def padTo[A1 >: Str](len: Int, elem: A1): Iterator[A1]

    Definition Classes
    Iterator
  70. def partition(p: (Str) ⇒ Boolean): (Iterator[Str], Iterator[Str])

    Definition Classes
    Iterator
  71. def patch[B >: Str](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]

    Definition Classes
    Iterator
  72. def product[B >: Str](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. def reduce[A1 >: Str](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. def reduceLeft[B >: Str](op: (B, Str) ⇒ B): B

    Definition Classes
    TraversableOnce
  75. def reduceLeftOption[B >: Str](op: (B, Str) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def reduceOption[A1 >: Str](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def reduceRight[B >: Str](op: (Str, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def reduceRightOption[B >: Str](op: (Str, B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def reversed: List[Str]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  80. def sameElements(that: Iterator[_]): Boolean

    Definition Classes
    Iterator
  81. def scanLeft[B](z: B)(op: (B, Str) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  82. def scanRight[B](z: B)(op: (Str, B) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  83. def seq: Iterator[Str]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  84. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  85. def slice(from: Int, until: Int): Iterator[Str]

    Definition Classes
    Iterator
  86. def sliding[B >: Str](size: Int, step: Int): GroupedIterator[B]

    Definition Classes
    Iterator
  87. def span(p: (Str) ⇒ Boolean): (Iterator[Str], Iterator[Str])

    Definition Classes
    Iterator
  88. def sum[B >: Str](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  90. def take(n: Int): Iterator[Str]

    Definition Classes
    Iterator
  91. def takeWhile(p: (Str) ⇒ Boolean): Iterator[Str]

    Definition Classes
    Iterator
  92. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Str, Col[Str]]): Col[Str]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def toArray[B >: Str](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def toBuffer[B >: Str]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def toIndexedSeq: IndexedSeq[Str]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def toIterable: Iterable[Str]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  97. def toIterator: Iterator[Str]

    Definition Classes
    Iterator → GenTraversableOnce
  98. def toList: List[Str]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  99. def toMap[T, U](implicit ev: <:<[Str, (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def toResult: Result

  101. def toSeq: Seq[Str]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def toSet[B >: Str]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. def toStream: Stream[Str]

    Definition Classes
    Iterator → GenTraversableOnce
  104. def toString(): String

    Definition Classes
    Iterator → AnyRef → Any
  105. def toTraversable: Traversable[Str]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  106. def toVector: Vector[Str]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  107. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  108. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  109. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  110. def withFilter(p: (Str) ⇒ Boolean): Iterator[Str]

    Definition Classes
    Iterator
  111. def zip[B](that: Iterator[B]): Iterator[(Str, B)]

    Definition Classes
    Iterator
  112. def zipAll[B, A1 >: Str, B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1): Iterator[(A1, B1)]

    Definition Classes
    Iterator
  113. def zipWithIndex: Iterator[(Str, Int)]

    Definition Classes
    Iterator

Deprecated Value Members

  1. def /:\[A1 >: Str](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

Inherited from Iterator[Str]

Inherited from TraversableOnce[Str]

Inherited from GenTraversableOnce[Str]

Inherited from AnyRef

Inherited from Any

Ungrouped