ConfigLoader

trait ConfigLoader[A]

A config loader

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def load(config: Config, path: String): A
Implicitly added by mapLoader
def load(config: Config, path: String): A

Concrete methods

def map[B](f: A => B): ConfigLoader[B]
Implicitly added by mapLoader
def map[B](f: A => B): ConfigLoader[B]