layer

harness.zio.HConfig$.layer$
object layer extends LayerBuilder[Any]

Attributes

Graph
Supertypes
class LayerBuilder[Any]
class Object
trait Matchable
class Any
Self type
layer.type

Members list

Type members

Classlikes

object append extends LayerBuilder[HConfig]

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
append.type
object prepend extends LayerBuilder[HConfig]

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
prepend.type

Value members

Inherited methods

final def jarResource(path: String): ZLayer[R, LoadError, HConfig]

Attributes

Inherited from:
LayerBuilder
final def json(json: Json): URLayer[R, HConfig]

Attributes

Inherited from:
LayerBuilder
final def jsonString(json: String): ZLayer[R, LoadError, HConfig]

Attributes

Inherited from:
LayerBuilder
final def path(path: Path): ZLayer[R, LoadError, HConfig]

Attributes

Inherited from:
LayerBuilder
final def pathString(path: String): ZLayer[FileSystem & R, LoadError, HConfig]

Attributes

Inherited from:
LayerBuilder
final def pathStrings(paths: List[String]): ZLayer[FileSystem & R, LoadError, HConfig]

Attributes

Inherited from:
LayerBuilder
final def paths(paths: List[Path]): ZLayer[R, LoadError, HConfig]

Attributes

Inherited from:
LayerBuilder

Concrete fields

val empty: ULayer[HConfig]