class Dry::Types::Hash::Constructor

def constructor_type = ::Dry::Types::Hash::Constructor

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

def lax = Lax.new(type.lax.constructor(fn, meta: meta))

Other tags:
    Api: - public

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

def schema(...) = type.schema(...).constructor(fn, meta: meta)

Other tags:
    Api: - public

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