Scala: using None for other purposes than empty Option...
Read MoreHow to getOrElse with another Option in Scala...
Read MoreScala Option filter method doubts...
Read MoreDealing Options from a Map.get in Scala...
Read MoreSome constructor with asInstanceOf...
Read MoreHow do I pull apart Case Classes filled with Options in Scala...
Read MoreMethods versus Function and implicits in Scala...
Read MoreUsing Option in functional way to avoid if-else...
Read MoreScala Option map to another Option...
Read MoreHow to convert an Option[String]to List [Int]in Scala...
Read MoreScala: Can I convert an Option to varargs?...
Read MoreScala: selecting function returning Option versus PartialFunction...
Read MoreChaining scala Try instances that contain Options...
Read MoreProcessing optional xml attributes in Scala...
Read MoreAvoiding deeply nested Option cascades in Scala...
Read MoreSlick left outer join fetching whole joined row as option...
Read MoreConvert List of 1 element to Option...
Read MoreHow to turn `Either[Error, Option[Either[Error, Account]]]` to `Either[Error, Option[Account]]` with...
Read MoreAsymmetry of (Some (x), None).min and max...
Read MoreConvert a List of Options to an Option of List using Scalaz...
Read MoreScala Option object inside another Option object...
Read MoreScala: filtering a collection of Options...
Read MoreScala Option's collect method doesn't like my PartialFunction...
Read MoreClojure seq as a substitute for Scala Option[T]...
Read MoreFold collection with None as start value...
Read MoreScala: Does Option[Boolean] makes sense?...
Read More