Search code examples
Process Scala Option type with higher-order functions...


scalahigher-order-functionsidiomsscala-option

Read More
Handling two Options in Scala...


scalascala-option

Read More
How do I rewrite this java function in scala keeping the same Optional input parameter?...


javascalaoption-typescala-option

Read More
Convert Either[A, B] to Option[A] where Left becomes Some...


scalaeitherscala-option

Read More
Wrapping null-returning method in Java with Option in Scala?...


javascalascala-option

Read More
Trouble serializing optional value class instances with json4s...


scalajson4sscala-optionvalue-class

Read More
How to convert X => Option[R] to PartialFunction[X,R]...


scalascala-optionpartialfunction

Read More
Scala most elegant way to handle option and throw exception from Scala Map...


scaladictionaryscala-option

Read More
In Scala, is there a pre-existing library function for converting exceptions to Options?...


scalascala-option

Read More
get long value from scala.Option in java...


javascala-option

Read More
How do I convert an option tuple to a tuple of options in Scala?...


scalatuplesscala-option

Read More
Coalescing options in Scala...


scalascala-option

Read More
Idiomatic scala for getting a single option out of two Options and throwing exception if two are ava...


scalamonadsscala-option

Read More
When should I use Option.empty[A] and when should I use None in Scala?...


scalascala-option

Read More
Call a method on the value of Scala Option if present...


scalascala-option

Read More
scala return on first Some in list...


listscalafunctional-programmingscala-option

Read More
How to extract sequence elements wrapped in Option in Scala?...


scalascala-option

Read More
How to efficiently check that two Options is defined?...


scalascala-option

Read More
How to yield None in for-comprehension if some condition meets...


scalafor-comprehensionscala-option

Read More
Compact syntax for get head of list as Option...


scalascala-option

Read More
Scala : Nested getOrElse...


scalascala-option

Read More
Why doesn't Option have a fold method?...


scaladictionaryfoldscala-option

Read More
How to flatten a Try[Option[T]]...


scalascala-option

Read More
Convert the value in an Option to another type...


scalascala-option

Read More
Why is foreach better than get for Scala Options?...


scalascala-option

Read More
Get max in a ListBuffer of Some[Long] in Scala...


scalamaxscala-optionlistbuffer

Read More
Scala: optional sequence of arguments...


scalascala-option

Read More
scala programming practice with option...


scalascala-option

Read More
Scala options pattern matching alternatives?...


scalapattern-matchingscala-option

Read More
Scala Option[Seq[A]] exists...


scalascala-collectionsscala-option

Read More
BackNext