Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-option

Scala Mutable Option?

Simplifying Option[Boolean] expression in Scala

scala newbie having troubles with Option, what's the equivalent of the ternary operator

scala scala-option

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

scala scala-option

How to match option map values at once?

scala scala-option

Correct way to work with two instances of Option together

Scala Option[(A, B)] pattern matching

Apache Spark: dealing with Option/Some/None in RDDs

Option monad in scala

scala monads scala-option

how to read json with an optional field serialized by a missing field, in upickle

Working with options in Scala (best practices)

scala scala-option

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

How to flatten a Try[Option[T]]

scala scala-option

Calling Java API from Scala with null argument

scala null java scala-option

How do you stop building an Option[Collection] upon reaching the first None?

Best way to score current extremum in collection type

Compact syntax for get head of list as Option

scala scala-option

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

Nested Scala matchers why Some(Some(1),1) can't match?

Difference between Java Optional and Scala Option