# File lib/map_reduce.rb, line 74
  def valid_type?
    @@types.keys.each {|type| return true if @type && (@type < type || @type == type)}
    return false
  end