ConfigReadable

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def read(key: String, c: Config): Either[ErrorMessage, T]

Concrete methods

def emap[U](f: T => Either[ErrorMessage, U]): ConfigReadable[U]
def flatMap[U](f: T => ConfigReadable[U]): ConfigReadable[U]
def map[U](f: T => U): ConfigReadable[U]