interface I { String apply(String s); } class Test { { I f = s -> s; } }