Search code examples
Scala returning option value...


scalareturn-valuescala-option

Read More
Summing up two options...


scalascala-collectionsscala-option

Read More
Scala: How to return a Some or Option...


scalascala-option

Read More
A better way to test the value of an Option?...


scalacode-readabilityscala-option

Read More
scala Option type difference...


scalascala-option

Read More
How to call scala's Option constructors from Java...


javaeclipsescalascala-option

Read More
Confused by "Scala in Depth" Option example...


javascalatype-inferencescala-option

Read More
Are Maybes a good pattern for scala?...


javascalanulloption-typescala-option

Read More
Best way to score current extremum in collection type...


scalamaxminscala-option

Read More
optional references types...


c#scalanullnullablescala-option

Read More
Scala: How can I explicitly compare two Options?...


scalaimplicitscala-option

Read More
Un-optioning an optioned Option...


scalamonadsflattenscala-option

Read More
Does Scala have an API method that converts a Seq[Option[T]] to Seq[T]?...


scalascala-option

Read More
Check if a string is blank or doesn't exist in Scala...


stringscalascala-option

Read More
Why Some(null) isn't considered None?...


scalanullscala-option

Read More
scala: updating string value in an option...


scalascala-option

Read More
Subtracting two Option[Double]...


scalascala-option

Read More
How can I (best) convert an Option into a Try?...


scalascala-option

Read More
Scala apply cannot return Option...


scalascala-option

Read More
Composing Option with List in for-comprehension gives type mismatch depending on order...


scalafor-looptype-mismatchfor-comprehensionscala-option

Read More
Difference between Java Optional and Scala Option...


javascalaoption-typescala-option

Read More
Using scala.Option functionally...


scalafunctional-programmingscala-option

Read More
more elegant way to write if( list.nonEmpty) Some(list.max) else None?...


scalafunctional-programmingmaxscala-option

Read More
How is for comprehension returning None on comparison?...


scalafunctional-programmingmaxscala-option

Read More
Simplifying Option[Boolean] expression in Scala...


scalaoption-typeboolean-logicscala-optionscalastyle

Read More
Scala. How to Unmarshall Option values using json spray?...


jsonscalaunmarshallingspray-jsonscala-option

Read More
Whats the best way of getting a list of a field from a object?...


scalascala-option

Read More
How to log None errors in a for-yield block...


scalaerror-loggingfor-comprehensionscala-option

Read More
Determine non-empty additional fields in a subclass...


scalatraitsscala-option

Read More
Process Scala Option type with higher-order functions...


scalahigher-order-functionsidiomsscala-option

Read More
BackNext