object Opt extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Opt
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class WithFilter[+A] extends AnyRef

Value Members

  1. final val Empty: Opt[Nothing]
  2. def apply[A](value: A): Opt[A]
  3. def empty[A]: Opt[A]
  4. implicit def opt2Iterable[A](xo: Opt[A]): Iterable[A]
  5. def some[A](value: A): Opt[A]
  6. def unapply[A](opt: Opt[A]): Opt[A]