filter -- removes certain items from a sequence based upon the return value of a function
map -- replaces items from a sequence based upon the return value of a function
reduce -- concatonate values from a sequence based upon the return value of a function
Each of these functions is further explained with examples by typing 'help $func_utils:[verb]'.