MacroWriters

slinky.readwrite.MacroWriters$
See theMacroWriters companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

class ProductWriter[T](labels: Tuple, writers: Tuple) extends Writer[T]

Attributes

Graph
Supertypes
trait Writer[T]
class Object
trait Matchable
class Any
class SumWriter[T](labels: Tuple, writers: Tuple, ordinal: T => Int) extends Writer[T]

Attributes

Graph
Supertypes
trait Writer[T]
class Object
trait Matchable
class Any
class UnionWriter[T](writers: Tuple, classTags: Tuple) extends Writer[T]

Attributes

Graph
Supertypes
trait Writer[T]
class Object
trait Matchable
class Any
class ValueClassWriter[T, R](vc: ValueClass[T] { type Repr = R; }, w: Writer[R]) extends Writer[T]

Attributes

Graph
Supertypes
trait Writer[T]
class Object
trait Matchable
class Any