Search code examples
How to correctly handle Option in Spark/Scala?...


scalaapache-sparkscala-option

Read More
How to convert/wrap a sequence in scala to an Option[Seq] so that if the list is empty, the Option i...


scalascala-option

Read More
Scala : Pattern matching with Option[Foo] and parameter of Foo...


scalapattern-matchingscala-option

Read More
Scala for comprehension with future and options...


scalafuturefor-comprehensionscala-option

Read More
How would call a function that calls "by-name" as an argument in scala...


scalafunctional-programmingmethod-callscala-optionpass-by-name

Read More
How can I add each element in first list with the corresponding list in Scala?...


scalanested-listsfor-comprehensionscala-option

Read More
How to add List of Option of doubles in scala...


scalalistnested-listsscala-option

Read More
How to get the current and next element of List of list of options in scala...


scalalistnested-listsfor-comprehensionscala-option

Read More
Get Future objects from Future Options in Scala...


scalafunctional-programmingfutureplayframework-2.3scala-option

Read More
Spark 2 Datasets of Options...


scalaapache-sparkapache-spark-sqlscala-option

Read More
How to open an Option[Map(A,B)] in Scala?...


scaladictionaryfor-comprehensionflatmapscala-option

Read More
getting a java.io.Serializable from Option[..] in Scala...


scalanullscala-option

Read More
Scala: Making implicit conversion A->B work for Option[A] -> Option[B]...


scalascala-option

Read More
In what way is Scala's Option fold a catamorphism?...


scalacategory-theoryscala-optioncatamorphismrecursion-schemes

Read More
Check for None in Scala Option type isEmpty method...


scalascala-option

Read More
Could/should an implicit conversion from T to Option[T] be added/created in Scala?...


scalascala-option

Read More
How to transform Scala collection of Option[X] to collection of X...


scalascala-collectionsscala-option

Read More
Using Option with cleaner code...


scalascala-option

Read More
Method call with option value or default parameter in Scala...


scaladefaulthigher-order-functionsscala-option

Read More
Define Map with generic datatype value in Scala...


javascalascala-option

Read More
Is there a ruby equivalent to the Scala Option?...


rubyscalascala-option

Read More
Scala: map with two or more Options...


scalascala-option

Read More
Better to return None or throw an exception when fetching URL?...


scalaexceptionthrowidiomsscala-option

Read More
Why wrapping a generic method call with Option defers ClassCastException?...


scalagenericsclasscastexceptionscala-optionscala-generics

Read More
Instantiate a case class with Options and Scala Enumeration in Java...


javascalaenumerationcase-classscala-option

Read More
Examples of using some Scala Option methods...


scalascala-option

Read More
Correct way to work with two instances of Option together...


scalafunctional-programmingscala-option

Read More
Behavior of map() on Options...


scalascala-collectionsscala-option

Read More
Scala Option type not inferred as expected...


scalascala-option

Read More
Scala - Option Type Var Manipulation...


scalascala-option

Read More
BackNext