DO NOT USE THIS TAG.
I want to transform a List[Option[T]] into a Option[List[T]]. The signature type of the function is …
scala option scalazI have an Activity containing a ViewFlipper and would like to show a different option menu for each view in …
android android-activity menu optionIf you don't give :colorscheme an argument then it shows the name of the colorscheme that vim is currently using. …
vim optionWhy does Clojure, despite such an emphasis on functional paradigm, not use the Maybe/ Option monad to represent optional values? …
functional-programming clojure option monads maybeI've just found out that my browser was sending an extra "OPTION" request when trying to make a cross domain …
ajax http-headers cross-domain option preflightIf I have two Options such as val a = Option(2) val b = Option(1) I can write List(a,b).sorted …
scala option implicitIs there a Scala API method to convert a Seq[Option[T]] -> Seq[T]? You can do this …
scala option