Object/Trait

pathy

Path

Related Docs: trait Path | package pathy

Permalink

object Path

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Path
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Abs extends AnyRef

    Permalink
  2. type AbsDir[S] = Path[Abs, Dir, S]

    Permalink
  3. type AbsFile[S] = Path[Abs, File, S]

    Permalink
  4. sealed trait Dir extends AnyRef

    Permalink
  5. final case class DirName(value: slamdata.Predef.String) extends slamdata.Predef.AnyVal with Product with Serializable

    Permalink
  6. implicit class DirOps[B, S] extends AnyRef

    Permalink
  7. sealed trait File extends AnyRef

    Permalink
  8. final case class FileName(value: slamdata.Predef.String) extends slamdata.Predef.AnyVal with Product with Serializable

    Permalink
  9. implicit class FileOps[B, S] extends AnyRef

    Permalink
  10. final case class PathCodec(separator: slamdata.Predef.Char, escape: (slamdata.Predef.String) ⇒ slamdata.Predef.String, unescape: (slamdata.Predef.String) ⇒ slamdata.Predef.String) extends Product with Serializable

    Permalink
  11. implicit class PathOps[B, T, S] extends AnyRef

    Permalink
  12. sealed trait Rel extends AnyRef

    Permalink
  13. type RelDir[S] = Path[Rel, Dir, S]

    Permalink
  14. type RelFile[S] = Path[Rel, File, S]

    Permalink
  15. sealed trait Sandboxed extends AnyRef

    Permalink
  16. sealed trait Unsandboxed extends AnyRef

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DirName extends Serializable

    Permalink
  5. object FileName extends Serializable

    Permalink
  6. object PathCodec extends Serializable

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def canonicalize[B, T, S](path: Path[B, T, S]): Path[B, T, S]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def currentDir[S]: Path[Rel, Dir, S]

    Permalink
  11. def depth[B, T, S](path: Path[B, T, S]): slamdata.Predef.Int

    Permalink
    Annotations
    @SuppressWarnings()
  12. def dir[S](name: slamdata.Predef.String): Path[Rel, Dir, S]

    Permalink
  13. def dir1[S](name: DirName): Path[Rel, Dir, S]

    Permalink
  14. def dirName[B, S](path: Path[B, Dir, S]): slamdata.Predef.Option[DirName]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def file[S](name: slamdata.Predef.String): Path[Rel, File, S]

    Permalink
  18. def file1[S](name: FileName): Path[Rel, File, S]

    Permalink
  19. def fileName[B, S](path: Path[B, File, S]): FileName

    Permalink
  20. def fileParent[B, S](file: Path[B, File, S]): Path[B, Dir, S]

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def flatten[X](root: ⇒ X, currentDir: ⇒ X, parentDir: ⇒ X, dirName: (slamdata.Predef.String) ⇒ X, fileName: (slamdata.Predef.String) ⇒ X, path: Path[_, _, _]): OneAnd[IList, X]

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. def identicalPath[B, T, S, BB, TT, SS](p1: Path[B, T, S], p2: Path[BB, TT, SS]): slamdata.Predef.Boolean

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def maybeDir[B, T, S](path: Path[B, T, S]): slamdata.Predef.Option[Path[B, Dir, S]]

    Permalink
  28. def maybeFile[B, T, S](path: Path[B, T, S]): slamdata.Predef.Option[Path[B, File, S]]

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def parentDir[B, T, S](path: Path[B, T, S]): slamdata.Predef.Option[Path[B, Dir, S]]

    Permalink
  33. def parentDir1[B, T, S](path: Path[B, T, S]): Path[B, Dir, Unsandboxed]

    Permalink
  34. implicit def pathOrder[B, T, S]: Order[Path[B, T, S]]

    Permalink
  35. implicit def pathShow[B, T, S]: Show[Path[B, T, S]]

    Permalink
  36. def peel[B, T, S](path: Path[B, T, S]): slamdata.Predef.Option[(Path[B, Dir, S], \/[DirName, FileName])]

    Permalink
    Annotations
    @SuppressWarnings()
  37. val posixCodec: PathCodec

    Permalink
  38. def refineType[B, T, S](path: Path[B, T, S]): \/[Path[B, Dir, S], Path[B, File, S]]

    Permalink
  39. def renameDir[B, S](path: Path[B, Dir, S], f: (DirName) ⇒ DirName): Path[B, Dir, S]

    Permalink
  40. def renameFile[B, S](path: Path[B, File, S], f: (FileName) ⇒ FileName): Path[B, File, S]

    Permalink
  41. def rootDir[S]: Path[Abs, Dir, S]

    Permalink
  42. def sandbox[B, T, S](dir: Path[B, Dir, Sandboxed], path: Path[B, T, S]): slamdata.Predef.Option[Path[Rel, T, Sandboxed]]

    Permalink

    Synonym for relativeTo, constrained to sandboxed dirs, and with a more evocative name.

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

    Permalink
    Definition Classes
    AnyRef
  44. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  45. def unsandbox[B, T, S](path: Path[B, T, S]): Path[B, T, Unsandboxed]

    Permalink
    Annotations
    @SuppressWarnings()
  46. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. val windowsCodec: PathCodec

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped