class Dry::Schema::PredicateInferrer::Compiler

def infer_predicate(type)

Other tags:
    Api: - private
def infer_predicate(type)
  TYPE_TO_PREDICATE.fetch(type) { :"#{type.name.split('::').last.downcase}?" }
end