Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-option

Option.fold - why is its second argument not a binary operator?

scala fold 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

Best way to score current extremum in collection type

Avoiding deeply nested Option cascades in Scala

Scala: How can I explicitly compare two Options?

Convert List of 1 element to Option

Difference between Java Optional and Scala Option

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

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