class Dry::Schema::Macros::Key

def filled(*args, **opts, &block)

Other tags:
    Api: - public

Returns:
  • (Macros::Key) -

Other tags:
    See: Macros::Key#value -
def filled(*args, **opts, &block)
  extract_type_spec(*args) do |*predicates, type_spec:, type_rule:|
    super(*predicates, type_spec: type_spec, type_rule: type_rule, **opts, &block)
  end
end