``` listOf(Some(1),Some(2),None,None).flatMap{ it....
# arrow
d
Copy code
listOf(Some(1),Some(2),None,None).flatMap{ it.toList() }