- maybe-filter pred maybeprocedure
- maybe-remove pred maybeprocedure
- either-filter pred either obj ...procedure
- either-remove pred either obj ...procedure
If maybe/either is a Just/Right and the values of its payload satisfy / do not satisfy pred, then return maybe; otherwise, returns Nothing / a Left of objs.