interface IntFunction { int apply(T t); } class A implements IntFunction { }