HasExtractor

monix.newtypes.HasExtractor
See theHasExtractor companion object
trait HasExtractor[Type]

Type-class used for encoding types.

Used for automatically deriving encoders (e.g. to JSON) for newtypes.

Attributes

See also

HasBuilder for deriving decoders.

Companion
object
Source
HasExtractor.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type Source

Attributes

Source
HasExtractor.scala

Value members

Abstract methods

def extract(value: Type): Source

Attributes

Source
HasExtractor.scala