class ResultCursor extends Product2[Long, String] with Serializable

Linear Supertypes
Serializable, Product2[Long, String], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultCursor
  2. Serializable
  3. Product2
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val cursorId: Long
  2. def equals(that: Any): Boolean
    Definition Classes
    ResultCursor → Equals → AnyRef → Any
  3. val fullCollectionName: String
  4. def hashCode(): Int
    Definition Classes
    ResultCursor → AnyRef → Any
  5. def productArity: Int
    Definition Classes
    Product2 → Product
  6. def productElement(n: Int): Any
    Definition Classes
    Product2 → Product
    Annotations
    @throws(classOf[java.lang.IndexOutOfBoundsException])
  7. def productElementName(n: Int): String
    Definition Classes
    Product
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def productIterator: Iterator[Any]
    Definition Classes
    Product
  10. def productPrefix: String
    Definition Classes
    Product
  11. def toString(): String
    Definition Classes
    ResultCursor → AnyRef → Any

Deprecated Value Members

  1. def _1: Long
    Definition Classes
    ResultCursor → Product2
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  2. def _2: String
    Definition Classes
    ResultCursor → Product2
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 0.20.3) No longer a case class

  3. def canEqual(that: Any): Boolean
    Definition Classes
    ResultCursor → Equals
    Annotations
    @deprecated
    Deprecated

    (Since version 0.20.3) No longer a case class