Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-option

Lazily coalesce Options in Scala

Using Option all over the place feels a bit awkward. Am I doing something wrong?

scala scala-option

Method call with option value or default parameter in Scala

Handle Scala Option idiomatically

scala scala-option

Why does the Option's orNull method have this superfluous implicit argument?

Proper way to construct Option object: Option(value) vs Some(value)

scala scala-option

How can I reverse of flow of Option Monad?

scala scala-option

Examples of using some Scala Option methods

scala scala-option

Scala for comprehension with future and options

Which Scala methods return null instead of an Option and why?

Is there a ruby equivalent to the Scala Option?

ruby scala scala-option

Any way to access the type of a Scala Option declaration at runtime using reflection?

Why does Option require explicit toList inside for loops?

scala scala-option

When should I use Option.empty[A] and when should I use None in Scala?

scala scala-option

Scala: map with two or more Options

scala scala-option

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

How do I convert an option tuple to a tuple of options in Scala?

scala tuples scala-option

more elegant way to write if( list.nonEmpty) Some(list.max) else None?

scala return on first Some in list

Coalescing options in Scala

scala scala-option