“Scala List of Options to Option of List” Réponses codées

Scala List of Options to Option of List

import scalaz.syntax.traverse._
import scalaz.std.list._     
import scalaz.std.option._

myList.sequence
z0san

Scala List of Options to Option of List

if (myList.exists(_.isEmpty)) None else Some(myList.map(_.get))
z0san

Réponses similaires à “Scala List of Options to Option of List”

Questions similaires à “Scala List of Options to Option of List”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code