import java.util.Collection; import java.util.List; interface A { <T extends List & Collection> void foo(T x); }