Packages

class PairCollElem[L, R, To <: scalan.Library.PairColl[L, R]] extends CollElem[(L, R), To]

Linear Supertypes
CollElem[(L, R), To], scalan.Library.EntityElem1[(L, R), To, scalan.Library.Coll], scalan.Library.EntityElem[To], scala.Equals, scalan.Library.Elem[To], scalan.Library.TypeDesc, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PairCollElem
  2. CollElem
  3. EntityElem1
  4. EntityElem
  5. Equals
  6. Elem
  7. TypeDesc
  8. Serializable
  9. Serializable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PairCollElem()(implicit _eL: scalan.Library.Elem[L], _eR: scalan.Library.Elem[R])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <:<(e: scalan.Library.Elem[_]): Boolean
    Definition Classes
    Elem
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def buildTypeArgs: ListMap[String, (scalan.Library.TypeDesc, Variance)]
    Definition Classes
    PairCollElemCollElemElem
  7. def canEqual(other: Any): Boolean
    Definition Classes
    EntityElem1EntityElem → Equals
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def collectMethods: Map[Method, scalan.Library.MethodDesc]
    Attributes
    protected
    Definition Classes
    CollElemElem
  10. val cont: scalan.Library.Cont[scalan.Library.Coll]
    Definition Classes
    EntityElem1
  11. def convert(x: scalan.Library.Ref[scalan.Library.Def[_]]): scalan.Library.Ref[To]
    Definition Classes
    EntityElem
  12. def eA: scalan.Library.Elem[(L, R)]
    Definition Classes
    CollElem
  13. val eItem: scalan.Library.Elem[(L, R)]
    Definition Classes
    EntityElem1
  14. def eL: scalan.Library.Elem[L]
  15. def eR: scalan.Library.Elem[R]
  16. def entityName: String

    Name of the entity type without Elem suffix.

    Name of the entity type without Elem suffix.

    Definition Classes
    EntityElem
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(other: Any): Boolean
    Definition Classes
    EntityElem1EntityElem → Equals → AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getName(f: (scalan.Library.TypeDesc) ⇒ String): String
    Definition Classes
    EntityElem1ElemTypeDesc
  22. def hashCode(): Int
    Definition Classes
    EntityElem1EntityElem → AnyRef → Any
  23. def invokeUnlifted(mc: scalan.Library.MethodCall, dataEnv: scalan.Library.DataEnv): AnyRef

    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
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val liftable: Liftable[_, To]
    Definition Classes
    CollElemElem
  26. lazy val methods: Map[Method, scalan.Library.MethodDesc]
    Attributes
    protected
    Definition Classes
    Elem
  27. lazy val name: String
    Definition Classes
    TypeDesc
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. lazy val parent: Option[scalan.Library.Elem[_]]

    Optional parent type in inheritance hierarchy

    Optional parent type in inheritance hierarchy

    Definition Classes
    PairCollElemEntityElem
  32. final lazy val sourceType: RType[_]
    Definition Classes
    Elem
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    TypeDesc → AnyRef → Any
  35. lazy val typeArgs: ListMap[String, (scalan.Library.TypeDesc, Variance)]
    Definition Classes
    Elem
  36. lazy val typeArgsDescs: Seq[scalan.Library.TypeDesc]
    Definition Classes
    Elem
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from CollElem[(L, R), To]

Inherited from scalan.Library.EntityElem1[(L, R), To, scalan.Library.Coll]

Inherited from scalan.Library.EntityElem[To]

Inherited from scala.Equals

Inherited from scalan.Library.Elem[To]

Inherited from scalan.Library.TypeDesc

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped