List<String> strings = transform(list("hello", "world"), function(s, s.toUpperCase())); assertEquals(list("HELLO", "WORLD"), strings);