package example; public class MyFunction { public String map(String input) { return "[" + input + "]"; } }