Search code examples
How do I find the min() or max() of two Option[Int]...


scalamaxminscala-option

Read More
Handle Scala Option idiomatically...


scalascala-option

Read More
Convert Option to Either in Scala...


scalatype-conversioneitherscala-option

Read More
Convert a List into an Option if it is populated...


listscalascala-option

Read More
Scala: Something like Option (Some, None) but with three states: Some, None, Unknown...


scalaoption-typenullablescala-option

Read More
Is there a scala identity function?...


scalafunctional-programmingscala-option

Read More
How to filter None's out of List[Option]?...


scalascala-option

Read More
Scala ifNotPresent concise form...


scalacollectionsscala-option

Read More
Scala: convert string to Int or None...


scalacastingscala-option

Read More
What is the possible use of (Monad) Option.size in scala...


scalamethodsfunctional-programmingmonadsscala-option

Read More
How to retrieve an Option[List[X]] instead of List[X] from a select statement in Play2!Scala Anorm?...


databasescalaplayframework-2.0anormscala-option

Read More
Using map on Scala with option return types...


scalafuturescala-option

Read More
Type mismatch required: Option[Any] => Option[Nothing]...


scalatypeerrorscala-option

Read More
How do I rewrite this conditional with an option in Scala in a cleaner way?...


scaladictionaryconditional-statementsscala-option

Read More
How Assign Value Option[List[String]] on Scala...


stringlistscalascala-option

Read More
Scala Some redundant covariance...


scalapattern-matchingcovariancealgebraic-data-typesscala-option

Read More
Scala how to instantiate new Option[java.sql.Date] type...


stringscaladatescala-option

Read More
Scala Future with Option()...


scalafuturescala-option

Read More
how to combine the results Future[ Option[ T ] ] into Seq[ T ]...


scalasequencefuturescala-option

Read More
Scala default TypeTag...


genericsdefaultscala-option

Read More
Option[Int] as index in loop...


scalaloopsscala-option

Read More
find method in scala's collection...


scalacollectionsscala-option

Read More
Adding logging if return value is None...


scalafor-comprehensionscala-option

Read More
Producing a partially applied function from method of type in an Option...


scalapartial-applicationscala-option

Read More
How to optimize this method in Scala?...


scalasequencescala-option

Read More
Scala - Option.getOrElse() "type erasure"?...


scalatype-erasurescala-option

Read More
Appending list of optional elements...


scalasequencescala-option

Read More
Filtering on Scala Option[Set]...


scalafilteringscala-option

Read More
scala: complicated flatMap on a tuple of Options...


scalaflatmapscala-option

Read More
Scala: using None for other purposes than empty Option...


scalaimplicit-conversionscala-option

Read More
BackNext