chickadee » phricken » any-handler

any-handler #!rest handlersprocedure

Returns a handler which executes HANDLERS in order and returns the first true value, or #f. Useful when you have more than one handler you'd like to try against a particular matched selector.