sealed trait MOption[T] extends RecordSig

Annotations
@record()
Linear Supertypes
RecordSig, Mutable, MutableMarker, Clonable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MOption
  2. RecordSig
  3. Mutable
  4. MutableMarker
  5. Clonable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def $clone: MutableMarker
    Definition Classes
    MutableMarker → Clonable
  2. abstract def $content: Seq[(java.lang.String, Any)]
    Definition Classes
    RecordSig
  3. abstract def exists(f: (T) ⇒ B): B
    Annotations
    @pure()
  4. abstract def flatMap[T2](f: (T) ⇒ MOption[T2]): MOption[T2]
    Annotations
    @pure()
  5. abstract def forall(f: (T) ⇒ B): B
    Annotations
    @pure()
  6. abstract def foreach(f: (T) ⇒ Unit): Unit
  7. abstract def get: T
    Annotations
    @pure()
  8. abstract def getOrElse(default: T): T
    Annotations
    @pure()
  9. abstract def isEmpty: B
    Annotations
    @pure()
  10. abstract def map[T2](f: (T) ⇒ T2): MOption[T2]
    Annotations
    @pure()
  11. abstract def nonEmpty: B
    Annotations
    @pure()
  12. abstract def toMS: MS[Z, T]
    Annotations
    @pure()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Mutable
  4. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Mutable
  5. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Mutable
  6. final def $owned: Boolean
    Definition Classes
    RecordSig → MutableMarker
  7. final def $owned_=(b: Boolean): MOption.this.type
    Definition Classes
    RecordSig → MutableMarker
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hash: Z
    Definition Classes
    RecordSig
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def string: String
    Definition Classes
    RecordSigMutable
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from RecordSig

Inherited from Mutable

Inherited from MutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped