BEFORE:
Method chaining syntax

Prev:AFTER:


Vocabulary
method-chains

Syntax
BEFORE: class generic implementation ;


Word description
Defines a method on generic for class which executes the new implementation code, then invokes the parent class method on generic.

Definition