map

object map

Provides schematic functions to model maps/dictionaries.

class Object
trait Matchable
class Any
map.type

Type members

Classlikes

trait ClosedSyntax[S <: ([x[_]] =>> Schematic[x])]
class Schema[S <: ([x[_]] =>> Schematic[x]), K, V](key: Schema[S, K], value: Schema[S, V]) extends Schema[S, Map[K, V]]
trait Schematic[F[_]]