class Faculty { Integer mul(Integer x, Integer y) { return x; } m () { var fact = (Integer x) -> { return mul(x, x); }; return fact; } }