ammonite

ops

package ops

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

Type Members

  1. type BasePath = os.BasePath

  2. type FilePath = os.FilePath

  3. type FileType = os.FileType

  4. type Path = os.Path

  5. type PermSet = os.PermSet

  6. type RelPath = os.RelPath

  7. type ResourceNotFoundException = os.ResourceNotFoundException

  8. type ResourceRoot = os.ResourceRoot

  9. implicit class iterShow[T] extends AnyRef

    Definition Classes
    Extensions

Value Members

  1. val %: Command[Unit]

  2. val %%: Command[CommandResult]

  3. val /: os./.type

  4. val BasePath: os.BasePath.type

  5. implicit def Callable1Implicit[T1, R](f: (T1) ⇒ R): Callable1[T1, R]

    Definition Classes
    Extensions
  6. val FilePath: os.FilePath.type

  7. val FileType: os.FileType.type

  8. implicit def FilterMapArraysImplicit[T](a: Array[T]): FilterMapExt[T, Array[T]]

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

    Definition Classes
    Extensions
  10. implicit def FilterMapGeneratorsImplicit[T](a: Generator[T]): FilterMapExtGen[T]

    Definition Classes
    Extensions
  11. implicit def FilterMapIteratorsImplicit[T](a: Iterator[T]): FilterMapExt2[T]

    Definition Classes
    Extensions
  12. val Path: os.Path.type

  13. val PathError: os.PathError.type

  14. val PermSet: os.PermSet.type

  15. implicit def PipeableImplicit[T](t: T): Pipeable[T]

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

    Definition Classes
    Extensions
  17. val RelPath: os.RelPath.type

  18. val ResourceNotFoundException: os.ResourceNotFoundException.type

  19. val ResourceRoot: os.ResourceRoot.type

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

    Definition Classes
    Extensions
  21. implicit def StringPath(s: String): RelPath

  22. implicit def SymPath(s: Symbol): RelPath

  23. val empty: os.RelPath

  24. val exists: os.exists.type

  25. implicit def fileData(p: Path): FullStatInfo

  26. val home: os.Path

  27. val mkdir: all.type

  28. implicit val postfixOps: postfixOps

  29. val pwd: os.Path

  30. val read: os.read.type

  31. def resource(implicit resRoot: ResourceRoot): ResourcePath

  32. val rm: all.type

  33. val root: os.Path

  34. val tmp: temp.type

  35. val up: os.RelPath

  36. val write: os.write.type

Inherited from Extensions

Inherited from AnyRef

Inherited from Any

Ungrouped