I want to collect an Optional into a List, so that I end up with a list with a single element, if the optional is present or an empty list if not.<
Optional
List