Search code examples
How to getOrElse with another Option in Scala...


scalascala-optionpartial-functions

Read More
Scala Option filter method doubts...


scalafilterscala-option

Read More
How to yield multiple values?...


scalapattern-matchingscala-option

Read More
Dealing Options from a Map.get in Scala...


scalamonadsscala-option

Read More
Some constructor with asInstanceOf...


scalalazy-evaluationscala-option

Read More
How do I pull apart Case Classes filled with Options in Scala...


scalacase-classscala-option

Read More
Methods versus Function and implicits in Scala...


scalaimplicitscala-option

Read More
Using Option in functional way to avoid if-else...


scalascala-option

Read More
Scala Option map to another Option...


scalascala-option

Read More
How to convert an Option[String]to List [Int]in Scala...


scalascala-option

Read More
Scala: Can I convert an Option to varargs?...


scalavariadic-functionsscala-option

Read More
Scala Tuple Option...


scalatuplesscala-option

Read More
Scala: selecting function returning Option versus PartialFunction...


scalascala-optionpartialfunction

Read More
Scala - Match Tuple of Options...


scalatuplespattern-matchingscala-option

Read More
Chaining scala Try instances that contain Options...


scalatry-catchscala-option

Read More
Processing optional xml attributes in Scala...


scalaxml-parsingscala-option

Read More
Avoiding deeply nested Option cascades in Scala...


scalanestedscala-catsscala-option

Read More
Slick left outer join fetching whole joined row as option...


scalaleft-joinslickscala-option

Read More
Convert List of 1 element to Option...


scalacollectionsconvertersscala-option

Read More
How to turn `Either[Error, Option[Either[Error, Account]]]` to `Either[Error, Option[Account]]` with...


scalascala-catseitherscala-option

Read More
Asymmetry of (Some (x), None).min and max...


scalaoption-typescala-option

Read More
Convert a List of Options to an Option of List using Scalaz...


scalaoption-typescalazscala-option

Read More
Scala Option object inside another Option object...


scalamonadsscalazscala-option

Read More
Scala: filtering a collection of Options...


scaladictionaryfilterscala-option

Read More
Scala Option's collect method doesn't like my PartialFunction...


scalacollectscala-optionpartialfunction

Read More
Option-izing Java getters...


javascalanullscala-optionenrich-my-library

Read More
Clojure seq as a substitute for Scala Option[T]...


scalaclojuresequencescala-option

Read More
Fold collection with None as start value...


scalacollectionsfoldscala-option

Read More
Scala: Does Option[Boolean] makes sense?...


jsonscalafunctional-programmingbooleanscala-option

Read More
Scala Sugar for Options of Seq...


scalafunctional-programmingscala-option

Read More
BackNext