Packages

o

sbt.internal

Output

object Output

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Output
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final val DefaultTail: String("> ")
  2. def flatLines(outputs: Values[Seq[String]])(f: (Seq[String]) ⇒ Seq[String])(implicit display: Show[Def.ScopedKey[_]]): Seq[String]
  3. def grep(lines: Seq[String], patternString: String): Seq[String]
  4. def headLines(lines: Seq[String], tailDelim: String): Seq[String]
    Annotations
    @tailrec()
  5. def last(file: File, printLines: (Seq[String]) ⇒ Unit, tailDelim: String = DefaultTail): Unit
  6. def last(keys: Values[_], streams: Streams, printLines: (Seq[String]) ⇒ Unit, sid: Option[String])(implicit display: Show[Def.ScopedKey[_]]): Unit
  7. def lastGrep(file: File, patternString: String, printLines: (Seq[String]) ⇒ Unit, tailDelim: String = DefaultTail): Unit
  8. def lastGrep(keys: Values[_], streams: Streams, patternString: String, printLines: (Seq[String]) ⇒ Unit)(implicit display: Show[Def.ScopedKey[_]]): Unit
  9. def lastLines(key: Def.ScopedKey[_], mgr: Streams, sid: Option[String]): Seq[String]
  10. def lastLines(keys: Values[_], streams: Streams, sid: Option[String] = None): Values[Seq[String]]
  11. def tailLines(file: File, tailDelim: String): Seq[String]