Reader

pillars.Config.Reader
case class Reader[F[_]](path: Path)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def read[T : Decoder](implicit evidence$1: Decoder[T], Async[F], Files[F]): F[T]
def read[T : Decoder](key: String)(implicit evidence$1: Decoder[T], Async[F], Files[F]): F[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product