make-default-method ( generic combination -- method ) - Factor Documentation

make-default-method ( generic combination -- method )


Vocabulary
generic

Inputs
generic an object
combination an object


Outputs
method an object


Definition
IN: generic

GENERIC: make-default-method ( generic combination -- method )


Methods
USING: generic generic.math kernel ;

M: math-combination make-default-method
drop default-math-method ;


USING: generic generic.single kernel ;

M: single-combination make-default-method
[ [ picker ] dip [ no-method ] curry compose ]
with-combination ;

AltStyle によって変換されたページ (->オリジナル) /