What is the best way to convert a list of Option[T] to a list of T where the option is not None? E.g. I want to go from this:
Option[T]
T
scala>