Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-option

Scala: Can I convert an Option to varargs?

Scala Mutable Option?

How to turn `Either[Error, Option[Either[Error, Account]]]` to `Either[Error, Option[Account]]` with typelevel cats?

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

Best way to score current extremum in collection type

Avoiding deeply nested Option cascades in Scala

Scala: How can I explicitly compare two Options?

Difference between Java Optional and Scala Option

Check if a string is blank or doesn't exist in Scala