Class

wrappers.scala.impl.WOptionsDefs.WOption

WOptionElem

Related Doc: package WOption

Permalink

class WOptionElem[A, To <: special.wrappers.WrappersModule.WOption[A]] extends special.wrappers.WrappersModule.EntityElem1[A, To, special.wrappers.WrappersModule.WOption]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WOptionElem
  2. EntityElem1
  3. EntityElem
  4. Equals
  5. Elem
  6. TypeDesc
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WOptionElem()(implicit _eA: special.wrappers.WrappersModule.Elem[A])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <:<(e: special.wrappers.WrappersModule.Elem[_]): Boolean

    Permalink
    Definition Classes
    Elem
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def buildTypeArgs: ListMap[String, (special.wrappers.WrappersModule.TypeDesc, Variance)]

    Permalink
    Definition Classes
    WOptionElemElem
  7. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    EntityElem1EntityElem → Equals
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collectMethods: Map[Method, special.wrappers.WrappersModule.MethodDesc]

    Permalink
    Attributes
    protected
    Definition Classes
    WOptionElemElem
  10. val cont: special.wrappers.WrappersModule.Cont[special.wrappers.WrappersModule.WOption]

    Permalink
    Definition Classes
    EntityElem1
  11. def convert(x: special.wrappers.WrappersModule.Ref[special.wrappers.WrappersModule.Def[_]]): special.wrappers.WrappersModule.Ref[To]

    Permalink
    Definition Classes
    EntityElem
  12. def eA: special.wrappers.WrappersModule.Elem[A]

    Permalink
  13. val eItem: special.wrappers.WrappersModule.Elem[A]

    Permalink
    Definition Classes
    EntityElem1
  14. def entityName: String

    Permalink

    Name of the entity type without Elem suffix.

    Name of the entity type without Elem suffix.

    Definition Classes
    EntityElem
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    EntityElem1EntityElem → Equals → AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getName(f: (special.wrappers.WrappersModule.TypeDesc) ⇒ String): String

    Permalink
    Definition Classes
    EntityElem1ElemTypeDesc
  20. def hashCode(): Int

    Permalink
    Definition Classes
    EntityElem1EntityElem → AnyRef → Any
  21. def invokeUnlifted(mc: special.wrappers.WrappersModule.MethodCall, dataEnv: special.wrappers.WrappersModule.DataEnv): AnyRef

    Permalink

    Invoke source type method corresponding to the given MethodCall node.

    Invoke source type method corresponding to the given MethodCall node. The instance of receiver is obtained from dataEnv using mc.receiver symbol. The Method descriptor of the source class is taken from this.methods mapping.

    mc

    IR node representing method invocation

    dataEnv

    environment where each symbol of 'mc' has associated data value

    returns

    data value returned from invoked method

    Definition Classes
    Elem
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val liftable: Liftable[_, To]

    Permalink
    Definition Classes
    WOptionElemElem
  24. lazy val methods: Map[Method, special.wrappers.WrappersModule.MethodDesc]

    Permalink
    Attributes
    protected
    Definition Classes
    Elem
  25. lazy val name: String

    Permalink
    Definition Classes
    TypeDesc
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def parent: Option[special.wrappers.WrappersModule.Elem[_]]

    Permalink

    Optional parent type in inheritance hierarchy

    Optional parent type in inheritance hierarchy

    Definition Classes
    EntityElem
  30. final lazy val sourceType: RType[_]

    Permalink
    Definition Classes
    Elem
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    TypeDesc → AnyRef → Any
  33. lazy val typeArgs: ListMap[String, (special.wrappers.WrappersModule.TypeDesc, Variance)]

    Permalink
    Definition Classes
    Elem
  34. lazy val typeArgsDescs: Seq[special.wrappers.WrappersModule.TypeDesc]

    Permalink
    Definition Classes
    Elem
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from scala.Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped