LayerBuilder

harness.zio.HConfig$.LayerBuilder
sealed abstract class LayerBuilder[R](make: HConfig => URIO[R, HConfig])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object append.type
object prepend.type
object layer.type

Members list

Value members

Concrete methods

final def jarResource(path: String): ZLayer[R, LoadError, HConfig]
final def json(json: Json): URLayer[R, HConfig]
final def jsonString(json: String): ZLayer[R, LoadError, HConfig]
final def path(path: Path): ZLayer[R, LoadError, HConfig]
final def pathString(path: String): ZLayer[FileSystem & R, LoadError, HConfig]
final def pathStrings(paths: List[String]): ZLayer[FileSystem & R, LoadError, HConfig]
final def paths(paths: List[Path]): ZLayer[R, LoadError, HConfig]