Package: alexandria
Function multiple-value-compose
Lambda List
multiple-value-compose (function &rest more-functions)
Details
Returns a function composed of function and more-functions that
applies its arguments to each in turn, starting from the rightmost of more-functions, and then calling the next one with all the return values of the last.