package util
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- util
- iofuncs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Closeable = AutoCloseable
- Definition Classes
- iofuncs
- implicit class ConvenientPath extends AnyRef
- Definition Classes
- iofuncs
- type Failure[T] = Failure[T]
- type Path = java.nio.file.Path
- type Random = Random
- type Source = Source
- type Success[T] = Success[T]
- type Try[T] = Try[T]
- type URL = java.net.URL
Value Members
- val DoubleOrdering: TotalOrdering.type
- val Failure: Failure.type
- def Path(url: URL): Path
- Definition Classes
- iofuncs
- def Path(name: String): Path
- Definition Classes
- iofuncs
- val Random: Random.type
- val Source: Source.type
- val Success: Success.type
- val Try: Try.type
- def findReadable(name: String): Option[Path]
- Definition Classes
- iofuncs
- def forEachLine(source: Source)(effect: (String) => Unit): Unit
- Definition Classes
- iofuncs
- def ifImplemented[Result](computation: => Result): Option[Result]
- def isImplemented[Result](computation: => Result): Boolean
- def localFile(resourcePath: String): Option[Path]
- Definition Classes
- iofuncs
- def localSource(resourcePath: String): Option[Source]
- Definition Classes
- iofuncs
- def localURL(resourcePath: String): Option[URL]
- Definition Classes
- iofuncs
- def readFileLines(relativePath: String, trimEach: Boolean, excludeIfEmpty: Boolean): Option[Vector[String]]
- Definition Classes
- iofuncs
- def readLinesFromSource(source: Source, trimEach: Boolean, excludeIfEmpty: Boolean): Vector[String]
- Definition Classes
- iofuncs
- def readTextFile(relativePath: String): Option[String]
- Definition Classes
- iofuncs
- val reflect: JavaUniverse
- def tryForSource(pathOrURL: String): Try[Source]
- Definition Classes
- iofuncs
- def tryForURL(pathOrURL: String): Try[URL]
- Definition Classes
- iofuncs
- def useAndClose[Resource <: Closeable, Result](resource: Resource)(operation: (Resource) => Result): Result
- Definition Classes
- iofuncs
- def workingDir: String
- def writeTextFile(filePath: String, text: String): Unit
- Definition Classes
- iofuncs