package inverview.lambda; @FunctionalInterface public interface Statement { public String greet(); }