.exists()
!.forall()
Before:
seq.map(p).contains(true) seq.map(p).contains(false)
seq.exists(p) !seq.forall(p)