89101112131415
FunctionInterface3 f = new FunctionInterface3() { @Override public void method(int arg) {// } }; f.method(4); } }