Can I have an array/map of method names which represent an ordinarily chainable method call
[['add'],['subtract']]
And have them build up the chain progmatticaly, can you provide some pseudo code?
Can I have an array/map of method names which represent an ordinarily chainable method call
[['add'],['subtract']]
And have them build up the chain progmatticaly, can you provide some pseudo code?