scala

object Option

[source: scala/Option.scala]

object Option
extends AnyRef
Method Summary
implicit def option2Iterable [A](xo : Option[A]) : Iterable[A]
An implicit conversion that converts an option to an iterable value
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
implicit def option2Iterable[A](xo : Option[A]) : Iterable[A]
An implicit conversion that converts an option to an iterable value