ammonite

ops

package ops

Linear Supertypes
RelPathStuff, Extensions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ops
  2. RelPathStuff
  3. Extensions
  4. AnyRef
  5. 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 Op1[Path, Iterator[String]] with Product with Serializable

Value Members

  1. implicit def ChainableConversions[T, T1, V](f: (T) ⇒ V)(implicit i: (T1) ⇒ T): (T1) ⇒ V

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

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

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

    Definition Classes
    Extensions
  5. object GrepResult extends Serializable

  6. object Grepper

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

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

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

    Definition Classes
    Extensions
  10. lazy val cwd: Path

  11. val empty: RelPath

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

  13. object grep

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

  14. val home: Path

  15. val root: Path

  16. object tail extends tail

    Follows a file as it is written, handy e.g.

    Follows a file as it is written, handy e.g. for log files. Returns an iterator which you can then print to standard out or use for other things.

  17. object tee

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

    Used to split a stream down two or three different path, e.g. to print out intermediate values in the middle of a longer pipeline

  18. val up: RelPath

    Definition Classes
    RelPathStuff

Inherited from RelPathStuff

Inherited from Extensions

Inherited from AnyRef

Inherited from Any

Ungrouped