dictionary

io.hireproof.structure.dsl$.dictionary$
object dictionary

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

final def map[A](schema: => Schema[A]): Dictionary[Map[String, A]]
final def nonEmptyMap[A](schema: => Schema[A]): Dictionary[Type[String, A]]
final def sortedMap[A](schema: => Schema[A]): Dictionary[SortedMap[String, A]]