Scala filter on two conditions

I would like to filter my data set on two conditions at once. Is it possible? I want something like this: mystuff = mystuff.filter(_.isX && _.name == "xyz")