Scala: How to return a Some or Option...
Read MoreA better way to test the value of an Option?...
Read MoreHow to call scala's Option constructors from Java...
Read MoreConfused by "Scala in Depth" Option example...
Read MoreAre Maybes a good pattern for scala?...
Read MoreBest way to score current extremum in collection type...
Read MoreScala: How can I explicitly compare two Options?...
Read MoreDoes Scala have an API method that converts a Seq[Option[T]] to Seq[T]?...
Read MoreCheck if a string is blank or doesn't exist in Scala...
Read MoreWhy Some(null) isn't considered None?...
Read Morescala: updating string value in an option...
Read MoreHow can I (best) convert an Option into a Try?...
Read MoreComposing Option with List in for-comprehension gives type mismatch depending on order...
Read MoreDifference between Java Optional and Scala Option...
Read Moremore elegant way to write if( list.nonEmpty) Some(list.max) else None?...
Read MoreHow is for comprehension returning None on comparison?...
Read MoreSimplifying Option[Boolean] expression in Scala...
Read MoreScala. How to Unmarshall Option values using json spray?...
Read MoreWhats the best way of getting a list of a field from a object?...
Read MoreHow to log None errors in a for-yield block...
Read MoreDetermine non-empty additional fields in a subclass...
Read More