PathPatch

zio.ConfigProvider.Flat.PathPatch
See thePathPatch companion object
sealed trait PathPatch

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A](path: Chunk[String]): Either[Error, Chunk[String]]
def nested(name: String): PathPatch
def unnested(name: String): PathPatch