When we create interface methods, can\'t we do something like in java:
void interface_method(Integer,String, /* other parameter */);
From a technical standpoint it wouldn't be necessary.
I've always taken it as a syntax normalization, and a documentation aid.
This way there's: