generic>> ( object -- value ) - Factor Documentation

generic>> ( object -- value )


Vocabulary
accessors

Inputs
object an object


Outputs
value an object


Definition
IN: accessors

GENERIC: generic>> ( object -- value )


Methods
USING: accessors generic slots.private ;

M: check-method-error generic>> 3 slot ; inline


USING: accessors slots.private stack-checker.dependencies ;

M: depends-on-method generic>> 3 slot ; inline


USING: accessors slots.private stack-checker.dependencies ;

M: depends-on-next-method generic>> 3 slot ; inline


USING: accessors generic.single slots.private ;

M: inconsistent-next-method generic>> 3 slot ; inline


USING: accessors generic slots.private ;

M: method-lookup-failed generic>> 3 slot ; inline


USING: accessors generic.math slots.private ;

M: no-math-method generic>> 4 slot ; inline


USING: accessors multi-methods slots.private ;

M: no-method generic>> 3 slot ; inline


USING: accessors generic.single slots.private ;

M: no-method generic>> 3 slot ; inline


USING: accessors pair-methods slots.private ;

M: no-pair-method generic>> 4 slot ; inline

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