File

harness.zio.config.ConfigSource$.File
final case class File(path: String) extends ConfigSource

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ConfigSource
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def read: IO[LoadError, String]

Attributes

Inherited from:
ConfigSource
final def readInputStream: ZIO[Scope, LoadError, InputStream]

Attributes

Inherited from:
ConfigSource