IndexedFlat

zio.config.IndexedFlat
See theIndexedFlat companion object
trait IndexedFlat extends Flat

Attributes

Companion
object
Graph
Supertypes
trait Flat
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def enumerateChildrenIndexed(path: ConfigPath)(implicit trace: Trace): IO[Error, Set[ConfigPath]]
def loadIndexed[A](path: ConfigPath, config: Primitive[A], split: Boolean)(implicit trace: Trace): IO[Error, Chunk[A]]

Concrete methods

final def enumerateChildren(path: Chunk[String])(implicit trace: Trace): IO[Error, Set[String]]
final def load[A](path: Chunk[String], config: Primitive[A])(implicit trace: Trace): IO[Error, Chunk[A]]
final override def load[A](path: Chunk[String], config: Primitive[A], split: Boolean)(implicit trace: Trace): IO[Error, Chunk[A]]

Attributes

Definition Classes
final def loadIndexed[A](path: ConfigPath, config: Primitive[A])(implicit trace: Trace): IO[Error, Chunk[A]]

Inherited methods

Attributes

Inherited from:
Flat
final def nested(name: String): Flat

Attributes

Inherited from:
Flat
final def orElse(that: Flat): Flat

Attributes

Inherited from:
Flat

Attributes

Inherited from:
Flat
final def unnested(name: String): Flat

Attributes

Inherited from:
Flat