Dictionary
dynosaur.Schema.structure.Dictionary
case class Dictionary[A](value: Schema[A]) extends Schema[Map[String, A]]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Schema
Attributes
- Inherited from:
- Schema
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Schema
Attributes
- Inherited from:
- Schema
def xmap[B](f: Map[String, A] => Either[ReadError, B])(g: B => Either[WriteError, Map[String, A]]): Schema[B]
Attributes
- Inherited from:
- Schema
In this article