Ok it seems you can do this:
Foo<T extends IBar>() { /* */ }
And that seems to make all calls require the T to implement IBar.
Ok it seems you can do this:
Foo<T extends IBar>() { /* */ }
And that seems to make all calls require the T to implement IBar.