Maybe I'm wrong but cannot you do `listOf(Some(1),...
# arrow
a
Maybe I'm wrong but cannot you do
listOf(Some(1), Some(2), None, None).filter{it.isDefined}
?