DO NOT USE THIS TAG.
Suppose I need to convert Option[Int] to Either[String, Int] in Scala. I'd like to do it like this: …
scala type-conversion option eitherI am curious: scala> Some(null) == None res10: Boolean = false Why isn't Some(null) transformed to None?
scala null optionI often find myself with an Option[T] for some type T and wish to test the value of the …
scala option code-readabilityI'm trying to find an option's index. For example, I would like to get 1 when I run the following fake …
jquery indexing optionI've searched near and far, and not found a plugin that can simply auto-close a set of parenthesis like Textmate. …
vim plugins option parentheses