ammonite

ops

package ops

Linear Supertypes
RelPathStuff, Extensions, ShelloutRoots, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ops
  2. RelPathStuff
  3. Extensions
  4. ShelloutRoots
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class GrepResult(spans: Seq[(Int, Int)], txt: String) extends Product with Serializable

  2. trait Grepper[T] extends AnyRef

  3. implicit class RelPathStart extends AnyRef

    Definition Classes
    RelPathStuff
  4. implicit class RelPathStart2 extends AnyRef

    Definition Classes
    RelPathStuff
  5. implicit class iterShow[T] extends AnyRef

    Definition Classes
    Extensions
  6. case class tail(interval: Int, prefix: Int) extends (Path) ⇒ Iterator[String] with Product with Serializable

Value Members

  1. val %: Command[Int]

    Definition Classes
    ShelloutRoots
  2. val %%: Command[CommandResult]

    Definition Classes
    ShelloutRoots
  3. implicit def Callable1[T1, R](f: (T1) ⇒ R): Callable1[T1, R]

    Definition Classes
    Extensions
  4. implicit def Callable2[T1, T2, R](f: (T1, T2) ⇒ R): Callable2[T1, T2, R]

    Definition Classes
    Extensions
  5. implicit def ChainableConversions[T, T1, V](f: (T) ⇒ V)(implicit i: (T1) ⇒ T): (T1) ⇒ V

    Definition Classes
    Extensions
  6. implicit def FilterMapArrays[T](a: Array[T]): FilterMapExt[T, Array[T]]

    Definition Classes
    Extensions
  7. implicit def FilterMapExt[T, Repr](i: TraversableLike[T, Repr]): FilterMapExt[T, Repr]

    Definition Classes
    Extensions
  8. implicit def FilterMapIterators[T](a: Iterator[T]): FilterMapExt2[T]

    Definition Classes
    Extensions
  9. object GrepResult extends Serializable

  10. object Grepper

  11. implicit def Pipeable[T](t: T): Pipeable[T]

    Definition Classes
    Extensions
  12. implicit def RegexContextMaker(s: StringContext): RegexContext

    Definition Classes
    Extensions
  13. implicit def SeqFactoryFunc[T, CC[X] <: Seq[X] with GenericTraversableTemplate[X, CC]](s: SeqFactory[CC]): (Seq[T]) ⇒ CC[T]

    Definition Classes
    Extensions
  14. lazy val cwd: Path

  15. val empty: RelPath

    Definition Classes
    RelPathStuff
  16. implicit def fileData(p: Path): full

  17. object grep

    Lets you filter a list by searching for a matching string or regex within the pretty-printed contents.

  18. val home: Path

  19. implicit val postfixOps: postfixOps

  20. val root: Path

  21. object tail extends tail

    Follows a file as it is written, handy e.

  22. object tee

    Used to split a stream down two or three different path, e.

  23. val up: RelPath

    Definition Classes
    RelPathStuff

Inherited from RelPathStuff

Inherited from Extensions

Inherited from ShelloutRoots

Inherited from AnyRef

Inherited from Any

Ungrouped