in scala
object Option

object Option
extends java.lang.Object
with scala.ScalaObject

Constructor Summary
def this

Def Summary
implicit def option2Iterable [a] (xo: scala.Option[a]) : scala.Iterable[a]
An implicit conversion that converts an option to an iterable value
Constructor Detail
def this

Def Detail
implicit def option2Iterable [a](xo: scala.Option[a]): scala.Iterable[a]
An implicit conversion that converts an option to an iterable value