enum

skunk.codec.enum$
object enum extends EnumCodec

Attributes

Source:
EnumCodec.scala
Graph
Supertypes
trait EnumCodec
class Object
trait Matchable
class Any
Self type
enum.type

Members list

Concise view

Value members

Inherited methods

def enum[A](encode: A => String, decode: String => Option[A], tpe: Type): Codec[A]

Attributes

Inherited from:
EnumCodec
Source:
EnumCodec.scala