Clamps Dictionary
remove-all-triggers
Function
(remove-all-triggers ref &key (unless (lambda (elem) elem nil)))
Remove all trigger-fns of ref which don't match the unless predicate.
Arguments
ref |
A bang-object. |
unless |
Predicate called on all trigger-fns to determine which functions to keep. |