Maps a function over a sequence, then chooses selected elements. func is applied to corresponding elements of seq and seqs to yield a sequence. pred is applied to elements of that sequence, and those elements for which pred is true are returned in a new sequence.
sealed
| pred | An instance of <function>. |
| func | An instance of <function>. |
| seq | An instance of <sequence>. |
| #rest seqs | Instances of <sequence>. |
| new-sequence | Instances of <sequence>. |