# File lib/grape/validations/types/custom_type_coercer.rb, line 96
        def success?(_primitive, value)
          @type_check.call value
        end