ammonite

Bundle

trait Bundle extends RelPathStuff with Extensions

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

Type Members

  1. type BasePath[ThisType <: BasePath[ThisType]] = ops.BasePath[ThisType]

  2. type Path = ops.Path

  3. implicit class RegexContext extends AnyRef

    Lets you pattern match strings with interpolated glob-variables

  4. type RelPath = ops.RelPath

  5. implicit class RelPathStart extends AnyRef

    Definition Classes
    RelPathStuff
  6. implicit class RelPathStart2 extends AnyRef

    Definition Classes
    RelPathStuff
  7. implicit class Transformable1 extends AnyRef

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. object /

    Extractor to let you easily pattern match on ops.Paths

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. val BasePath: ops.BasePath.type

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

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

    Lets you call FilterMapExt aliases on Arrays too

    Lets you call FilterMapExt aliases on Arrays too

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

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

    Definition Classes
    Extensions
  10. val Path: ops.Path.type

  11. val PathError: ops.PathError.type

  12. implicit def PathFileData(p: ops.Path): FileData

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

    Definition Classes
    Extensions
  14. object RegexContext

  15. val RelPath: ops.RelPath.type

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

    Allows you to pipe sequences into other sequences to convert them, e.g.

    Allows you to pipe sequences into other sequences to convert them, e.g. Seq(1, 2, 3) |> Vector

    Definition Classes
    Extensions
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. val cp: ops.cp.type

  20. val empty: ops.RelPath

    Definition Classes
    RelPathStuff
  21. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  23. val exists: ops.exists.type

  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. val grep: ops.grep.type

  27. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  28. val home: ops.Path

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. val ln: ops.ln.type

  31. val ls: ops.ls.type

  32. val mkdir: ops.mkdir.type

  33. val mv: ops.mv.type

  34. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. final def notify(): Unit

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

    Definition Classes
    AnyRef
  37. def processWorkingDir: ops.Path

    The current working directory for this process.

  38. val read: ops.read.type

  39. val rm: ops.rm.type

  40. val root: ops.Path

    The root of the filesystem

  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def toString(): String

    Definition Classes
    AnyRef → Any
  43. val up: ops.RelPath

    Definition Classes
    RelPathStuff
  44. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. val write: ops.write.type

Inherited from Extensions

Inherited from RelPathStuff

Inherited from AnyRef

Inherited from Any

Ungrouped