class SplitIoClient::Condition

def matcher_part_of_set(params)

def matcher_part_of_set(params)
  PartOfSetMatcher.new(
    params[:matcher][:keySelector][:attribute],
    params[:matcher][:whitelistMatcherData][:whitelist],
    @config.split_logger
  )
end