Schematic

trait Schematic[F[_]]

Provides schematic functions to model enumerations.

class Object
trait Matchable
class Any
trait Mixin[F]
trait Mixin[F]
object SchematicPretty.type
object SchematicRepr.type
trait StubSchematic[F]

Value members

Abstract methods

def enumeration[A](to: A => (String, Int), fromName: Map[String, A], fromOrdinal: Map[Int, A]): F[A]