AFTER:
Method chaining syntax

Next:BEFORE:


Vocabulary
method-chains

Syntax
AFTER: class generic implementation ;


Word description
Defines a method on generic for class which executes the new implementation code after invoking the parent class method on generic.

Definition