``` ids.stream().map(id -> { return readXmls(id, $); }).collect(Collectors.toList()); private XML readXml(String id, Date after) {} ``` For this I would expect the smart completions provide me information related to the second parameter type Date.