interface Function { R fun(S s); } class Bar extends Function{ public Object fun(String s) { return null; //To change body of implemented methods use File | Settings | File Templates. } }