class Dry::Types::Hash::Constructor

def constructor_type

Other tags:
    Api: - private
def constructor_type
  ::Dry::Types::Hash::Constructor
end

def lax

Other tags:
    Api: - public

Returns:
  • (Lax) -
def lax
  type.lax.constructor(fn, meta: meta)
end

def schema(...)

Other tags:
    Api: - public

Other tags:
    See: Dry::Types::Array#of -
def schema(...)
  type.schema(...).constructor(fn, meta: meta)
end