HConfig

harness.zio.HConfig
See theHConfig companion object
final case class HConfig(configJson: Json)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def +(other: HConfig): HConfig
def read[A](jsonPath: String*)(implicit decoder: JsonDecoder[A]): IO[ReadError, A]
def readOpt[A](jsonPath: String*)(implicit decoder: JsonDecoder[A]): IO[DecodingFailure, Option[A]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product