ConfigWriter

machinespir.it.jig.ConfigWriter
See theConfigWriter companion object
trait ConfigWriter[A]

Typeclass for writing an A value to a ConfigValue.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class ConfigSumWriter[A]
Show all

Members list

Value members

Abstract methods

def write(a: A, includeComments: Boolean): ConfigValue

Concrete methods

def contramap[B](f: B => A): ConfigWriter[B]

Contramaps on the input type.

Contramaps on the input type.

Attributes