How do I find the min() or max() of two Option[Int]...
Read MoreHandle Scala Option idiomatically...
Read MoreConvert Option to Either in Scala...
Read MoreConvert a List into an Option if it is populated...
Read MoreScala: Something like Option (Some, None) but with three states: Some, None, Unknown...
Read MoreIs there a scala identity function?...
Read MoreHow to filter None's out of List[Option]?...
Read MoreScala: convert string to Int or None...
Read MoreWhat is the possible use of (Monad) Option.size in scala...
Read MoreHow to retrieve an Option[List[X]] instead of List[X] from a select statement in Play2!Scala Anorm?...
Read MoreUsing map on Scala with option return types...
Read MoreType mismatch required: Option[Any] => Option[Nothing]...
Read MoreHow do I rewrite this conditional with an option in Scala in a cleaner way?...
Read MoreHow Assign Value Option[List[String]] on Scala...
Read MoreScala how to instantiate new Option[java.sql.Date] type...
Read MoreCats OptionT future not completing...
Read Morehow to combine the results Future[ Option[ T ] ] into Seq[ T ]...
Read Morefind method in scala's collection...
Read MoreAdding logging if return value is None...
Read MoreProducing a partially applied function from method of type in an Option...
Read MoreHow to optimize this method in Scala?...
Read MoreScala - Option.getOrElse() "type erasure"?...
Read MoreAppending list of optional elements...
Read Morescala: complicated flatMap on a tuple of Options...
Read More