Process Scala Option type with higher-order functions...
Read MoreHow do I rewrite this java function in scala keeping the same Optional input parameter?...
Read MoreConvert Either[A, B] to Option[A] where Left becomes Some...
Read MoreWrapping null-returning method in Java with Option in Scala?...
Read MoreTrouble serializing optional value class instances with json4s...
Read MoreHow to convert X => Option[R] to PartialFunction[X,R]...
Read MoreScala most elegant way to handle option and throw exception from Scala Map...
Read MoreIn Scala, is there a pre-existing library function for converting exceptions to Options?...
Read Moreget long value from scala.Option in java...
Read MoreHow do I convert an option tuple to a tuple of options in Scala?...
Read MoreIdiomatic scala for getting a single option out of two Options and throwing exception if two are ava...
Read MoreWhen should I use Option.empty[A] and when should I use None in Scala?...
Read MoreCall a method on the value of Scala Option if present...
Read Morescala return on first Some in list...
Read MoreHow to extract sequence elements wrapped in Option in Scala?...
Read MoreHow to efficiently check that two Options is defined?...
Read MoreHow to yield None in for-comprehension if some condition meets...
Read MoreCompact syntax for get head of list as Option...
Read MoreWhy doesn't Option have a fold method?...
Read MoreConvert the value in an Option to another type...
Read MoreWhy is foreach better than get for Scala Options?...
Read MoreGet max in a ListBuffer of Some[Long] in Scala...
Read MoreScala: optional sequence of arguments...
Read Morescala programming practice with option...
Read MoreScala options pattern matching alternatives?...
Read More