package pr2.lambda.mogrifier_1; @FunctionalInterface public interface StringFunction { String apply(String s); }