package ops
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ops
- Extensions
- FilterMapExtConv
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type BasePath = os.BasePath
- type FilePath = os.FilePath
- type FileType = os.FileType
- type Path = os.Path
- type PermSet = os.PermSet
- type RelPath = os.RelPath
- type ResourceNotFoundException = os.ResourceNotFoundException
- type ResourceRoot = os.ResourceRoot
- implicit class iterShow[T] extends AnyRef
- Definition Classes
- Extensions
Value Members
- val %: Command[Unit]
- val %%: Command[CommandResult]
- val /: os./.type
- val BasePath: os.BasePath.type
- implicit def Callable1Implicit[T1, R](f: (T1) => R): Callable1[T1, R]
- Definition Classes
- Extensions
- val FilePath: os.FilePath.type
- val FileType: os.FileType.type
- implicit def FilterMapArraysImplicit[T](a: Array[T])(implicit arg0: ClassTag[T]): FilterMapExt[T, Array[T]]
- Definition Classes
- FilterMapExtConv
- implicit def FilterMapExtImplicit[Repr](repr: Repr)(implicit i: IsIterable[Repr]): FilterMapExt[scala.collection.generic.IsIterable.A, Repr]
- Definition Classes
- FilterMapExtConv
- implicit def FilterMapGeneratorsImplicit[T](a: Generator[T]): FilterMapExtGen[T]
- Definition Classes
- Extensions
- implicit def FilterMapIteratorsImplicit[T](a: Iterator[T]): FilterMapExt2[T]
- Definition Classes
- Extensions
- val Path: os.Path.type
- val PathError: os.PathError.type
- val PermSet: os.PermSet.type
- implicit def PipeableImplicit[T](t: T): Pipeable[T]
- Definition Classes
- Extensions
- implicit def RegexContextMaker(s: StringContext): RegexContext
- Definition Classes
- Extensions
- val RelPath: os.RelPath.type
- val ResourceNotFoundException: os.ResourceNotFoundException.type
- val ResourceRoot: os.ResourceRoot.type
- implicit def SeqFactoryFunc[T, CC[X] <: Seq[X] with SeqOps[X, CC, CC[X]]](s: SeqFactory[CC]): (Seq[T]) => CC[T]
- Definition Classes
- FilterMapExtConv
- implicit def StringPath(s: String): RelPath
- implicit def SymPath(s: Symbol): RelPath
- val empty: os.RelPath
- val exists: os.exists.type
- val home: os.Path
- val mkdir: all.type
- implicit def posixFileData(p: Path): PosixStatInfo
- implicit val postfixOps: postfixOps
- val pwd: os.Path
- val read: os.read.type
- def resource(implicit resRoot: ResourceRoot): ResourcePath
- val rm: all.type
- val root: os.Path
- implicit def statFileData(p: Path): StatInfo
- val tmp: temp.type
- val up: os.RelPath
- val write: os.write.type