ConfigSyntax

zio.config.syntax.ConfigSyntax
See theConfigSyntax companion object
trait ConfigSyntax

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

implicit class ChunkOps[A](chunk: Chunk[A])

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class ConfigErrorOps(error: Error)

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
implicit class ConfigOps[A](config: Config[A])

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
implicit class FromConfigOps(c: Config.type)

Attributes

Supertypes
class Object
trait Matchable
class Any
implicit class FromConfigProviderOps(c: ConfigProvider.type)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

final def read[A](reader: Read[A]): IO[Error, A]
final def read[A](reader: ReadZIO[A]): IO[Error, A]

Implicits

Implicits

final implicit def ChunkOps[A](chunk: Chunk[A]): ChunkOps[A]
final implicit def ConfigErrorOps(error: Error): ConfigErrorOps
final implicit def ConfigOps[A](config: Config[A]): ConfigOps[A]
final implicit def FromConfigOps(c: Config.type): FromConfigOps