Which list is produced by mapping toLowerCase?List<String> r = Stream.of("A","B","C").map(String::toLowerCase).toList();