Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Scala Option
When should I use Option.empty[A] and when should I use None in Scala?
Apr 17, 2021
Coalescing options in Scala
Apr 17, 2021
Handle Scala Option idiomatically
Apr 17, 2021
How do I convert an option tuple to a tuple of options in Scala?
Apr 17, 2021
more elegant way to write if( list.nonEmpty) Some(list.max) else None?
Apr 17, 2021
How can I (best) convert an Option into a Try?
Apr 25, 2021
In Scala, is there a pre-existing library function for converting exceptions to Options?
Apr 25, 2021
Wrapping null-returning method in Java with Option in Scala?
Apr 25, 2021
How to convert X => Option[R] to PartialFunction[X,R]
Apr 25, 2021