ConfigSumWriter

machinespir.it.jig.ConfigWriter.ConfigSumWriter
class ConfigSumWriter[A](sum: SumOf[A], labelsWithInstances: => Vector[(String, ConfigWriter[_])]) extends ConfigWriter[A]

Attributes

Graph
Supertypes
trait ConfigWriter[A]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Inherited methods

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

Contramaps on the input type.

Contramaps on the input type.

Attributes

Inherited from:
ConfigWriter

Concrete fields