Kodi Available on Google Play, Not on Amazon
kodi.tv1 pointsby auno0 comments
interface Runner<E extends Throwable> {
public void run() throws E;
}
class Test {
public static <E extends Throwable, T extends Runner<E>> void test(T runner) throws E {
runner.run();
}
}
It compiles. I haven't tried running it though.
[0] https://neuroclastic.com/its-a-spectrum-doesnt-mean-what-you...