Before:
seq.find(p).isDefined seq.find(p) != None seq.find(p).isEmpty
seq.exists(p) seq.exists(p) !seq.exists(p)