Class

agora.io.LowPriorityIOImplicits

RichPath

Related Doc: package LowPriorityIOImplicits

Permalink

implicit class RichPath extends AnyRef

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

Instance Constructors

  1. new RichPath(path: Path)

    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. def append(text: String): Path

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def attributes: BasicFileAttributes

    Permalink
  7. def bytes: Array[Byte]

    Permalink
  8. def bytes_=(content: Array[Byte]): Path

    Permalink
  9. def children: Array[Path]

    Permalink
  10. def childrenIter: Iterator[Path]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def createIfNotExists(atts: FileAttribute[_]*): Path

    Permalink
  13. def created: Instant

    Permalink
  14. def createdString: String

    Permalink
  15. def createdUTC: ZonedDateTime

    Permalink
  16. def delete(recursive: Boolean = true): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def exists: Boolean

    Permalink
  20. def fileName: String

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def find(p: (Path) ⇒ Boolean): Iterator[Path]

    Permalink

    a convenience method for searching under this path

    a convenience method for searching under this path

    p

    the predicate to use

    returns

    the found paths

  23. def findFirst(depth: Int)(p: (Path) ⇒ Boolean): Option[Path]

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def getText(charset: Charset = StandardCharsets.UTF_8): String

    Permalink
  26. def grantAllPermissions: Path

    Permalink
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def inputStream(options: OpenOption*): InputStream

    Permalink
  29. def isDir: Boolean

    Permalink
  30. def isFile: Boolean

    Permalink
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def lines: Iterator[String]

    Permalink
  33. def mkDir(atts: FileAttribute[_]*): Path

    Permalink
  34. def mkDirs(atts: FileAttribute[_]*): Path

    Permalink
  35. def mkParentDirs(atts: FileAttribute[_]*): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def outputStream(options: OpenOption*): OutputStream

    Permalink
  40. def parent: Option[Path]

    Permalink
  41. def parents: Stream[String]

    Permalink
  42. val path: Path

    Permalink
  43. def search(maxDepth: Int, followLinks: Boolean = true)(p: (Path) ⇒ Boolean): Iterator[Path]

    Permalink
  44. def setBytes(bytes: Array[Byte], options: Set[OpenOption] = ...): Path

    Permalink
  45. def setFilePermissions(permissions: Set[PosixFilePermission]): Path

    Permalink
  46. def setFilePermissions(permission: PosixFilePermission, theRest: PosixFilePermission*): Path

    Permalink
  47. def setText(str: String, charset: Charset = StandardCharsets.UTF_8, options: Set[OpenOption] = ...): Path

    Permalink
  48. def size: Long

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

    Permalink
    Definition Classes
    AnyRef
  50. def text: String

    Permalink
  51. def text_=(str: String): Path

    Permalink
  52. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. def withOutputStream(withOS: (OutputStream) ⇒ Unit)(implicit options: Set[OpenOption]): Path

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped