ConfigEncoder

laika.config.ConfigEncoder
See theConfigEncoder companion object
trait ConfigEncoder[-T]

A type class that can encode a value of type T as a ConfigValue.

Attributes

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

Members list

Value members

Abstract methods

def apply(value: T): ConfigValue
Implicitly added by map
def apply(value: T): ConfigValue
Implicitly added by nec
def apply(value: T): ConfigValue
Implicitly added by seq
def apply(value: T): ConfigValue

Concrete methods

def contramap[B](f: B => T): ConfigEncoder[B]
Implicitly added by map
def contramap[B](f: B => T): ConfigEncoder[B]
Implicitly added by nec
def contramap[B](f: B => T): ConfigEncoder[B]
Implicitly added by seq
def contramap[B](f: B => T): ConfigEncoder[B]