public class Main { interface I { void m(T t); } { String s = ""; I arr1 = (t) -> s; I arr2 = (t) -> s.toString(); } }