hook-combination


Vocabulary
generic.hook

Class description
Performs hook method combination . See HOOK:.

See also
standard-combination

Definition
USING: generic.single ;

IN: generic.hook

TUPLE: hook-combination < single-combination var ;


Methods
USING: generic.hook generic.single kernel ;

M: hook-combination dispatch# drop 0 ;


USING: generic.hook generic.single generic.single.private
kernel.private quotations sequences ;

M: hook-combination mega-cache-quot
1quotation picker [ lookup-method (execute) ] surround ;


USING: accessors generic.hook generic.single kernel namespaces
;

M: hook-combination picker
combination get var>> [ get ] curry ;