class Dry::Types::Hash::Constructor
def constructor_type
- Api: - private
def constructor_type ::Dry::Types::Hash::Constructor end
def lax
- Api: - public
Returns:
-
(Lax)
-
def lax type.lax.constructor(fn, meta: meta) end
def schema(...)
- Api: - public
Other tags:
- See: Dry::Types::Array#of -
def schema(...) type.schema(...).constructor(fn, meta: meta) end