com.basho.riak.spark.query

KVDataQueryingIterator

class KVDataQueryingIterator[T] extends Iterator[(Location, RiakObject)] with Logging

Linear Supertypes
Logging, Iterator[(Location, RiakObject)], TraversableOnce[(Location, RiakObject)], GenTraversableOnce[(Location, RiakObject)], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. KVDataQueryingIterator
  2. Logging
  3. Iterator
  4. TraversableOnce
  5. GenTraversableOnce
  6. AnyRef
  7. Any
Implicitly
  1. by MonadOps
  2. by any2stringadd
  3. by any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  6. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KVDataQueryingIterator(query: Query[T])

Type Members

  1. class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]] with Iterator[Seq[B]]

    Definition Classes
    Iterator
  2. type ResultT = (Location, RiakObject)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++[B >: (Location, RiakObject)](that: ⇒ GenTraversableOnce[B]): Iterator[B]

    Definition Classes
    Iterator
  6. def ->[B](y: B): (KVDataQueryingIterator[T], B)

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to ArrowAssoc[KVDataQueryingIterator[T]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. def /:[B](z: B)(op: (B, (Location, RiakObject)) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  8. def :\[B](z: B)(op: ((Location, RiakObject), B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  11. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  12. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  13. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  14. def aggregate[B](z: B)(seqop: (B, (Location, RiakObject)) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def buffered: BufferedIterator[(Location, RiakObject)]

    Definition Classes
    Iterator
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def collect[B](pf: PartialFunction[(Location, RiakObject), B]): Iterator[B]

    Definition Classes
    Iterator
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.

  19. def collectFirst[B](pf: PartialFunction[(Location, RiakObject), B]): Option[B]

    Definition Classes
    TraversableOnce
  20. def contains(elem: Any): Boolean

    Definition Classes
    Iterator
  21. def copyToArray[B >: (Location, RiakObject)](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  22. def copyToArray[B >: (Location, RiakObject)](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def copyToArray[B >: (Location, RiakObject)](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. def copyToBuffer[B >: (Location, RiakObject)](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  25. def corresponds[B](that: GenTraversableOnce[B])(p: ((Location, RiakObject), B) ⇒ Boolean): Boolean

    Definition Classes
    Iterator
  26. def count(p: ((Location, RiakObject)) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def drop(n: Int): Iterator[(Location, RiakObject)]

    Definition Classes
    Iterator
  28. def dropWhile(p: ((Location, RiakObject)) ⇒ Boolean): Iterator[(Location, RiakObject)]

    Definition Classes
    Iterator
  29. def duplicate: (Iterator[(Location, RiakObject)], Iterator[(Location, RiakObject)])

    Definition Classes
    Iterator
  30. def ensuring(cond: (KVDataQueryingIterator[T]) ⇒ Boolean, msg: ⇒ Any): KVDataQueryingIterator[T]

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to Ensuring[KVDataQueryingIterator[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: (KVDataQueryingIterator[T]) ⇒ Boolean): KVDataQueryingIterator[T]

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to Ensuring[KVDataQueryingIterator[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean, msg: ⇒ Any): KVDataQueryingIterator[T]

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to Ensuring[KVDataQueryingIterator[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. def ensuring(cond: Boolean): KVDataQueryingIterator[T]

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to Ensuring[KVDataQueryingIterator[T]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  34. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  35. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  36. def exists(p: ((Location, RiakObject)) ⇒ Boolean): Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  37. def filter(p: ((Location, RiakObject)) ⇒ Boolean): Iterator[(Location, RiakObject)]

    Definition Classes
    Iterator
  38. def filterNot(p: ((Location, RiakObject)) ⇒ Boolean): Iterator[(Location, RiakObject)]

    Definition Classes
    Iterator
  39. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def find(p: ((Location, RiakObject)) ⇒ Boolean): Option[(Location, RiakObject)]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  41. def flatMap[B](f: ((Location, RiakObject)) ⇒ GenTraversableOnce[B]): Iterator[B]

    Definition Classes
    Iterator
  42. def fold[A1 >: (Location, RiakObject)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  43. def foldLeft[B](z: B)(op: (B, (Location, RiakObject)) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  44. def foldRight[B](z: B)(op: ((Location, RiakObject), B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  45. def forall(p: ((Location, RiakObject)) ⇒ Boolean): Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  46. def foreach[U](f: ((Location, RiakObject)) ⇒ U): Unit

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  47. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  48. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  49. def grouped[B >: (Location, RiakObject)](size: Int): GroupedIterator[B]

    Definition Classes
    Iterator
  50. def hasDefiniteSize: Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  51. def hasNext: Boolean

    Definition Classes
    KVDataQueryingIterator → Iterator
  52. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  53. def indexOf[B >: (Location, RiakObject)](elem: B): Int

    Definition Classes
    Iterator
  54. def indexWhere(p: ((Location, RiakObject)) ⇒ Boolean): Int

    Definition Classes
    Iterator
  55. def isEmpty: Boolean

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  56. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  57. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  58. def isTraversableAgain: Boolean

    Definition Classes
    Iterator → GenTraversableOnce
  59. def length: Int

    Definition Classes
    Iterator
  60. def log: Logger

    Attributes
    protected
    Definition Classes
    Logging
  61. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  62. def logDebug(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  63. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  64. def logError(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  65. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  66. def logInfo(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  67. def logName: String

    Attributes
    protected
    Definition Classes
    Logging
  68. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  69. def logTrace(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  70. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  71. def logWarning(msg: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
  72. def map[B](f: ((Location, RiakObject)) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  73. def max[B >: (Location, RiakObject)](implicit cmp: Ordering[B]): (Location, RiakObject)

    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. def maxBy[B](f: ((Location, RiakObject)) ⇒ B)(implicit cmp: Ordering[B]): (Location, RiakObject)

    Definition Classes
    TraversableOnce → GenTraversableOnce
  75. def min[B >: (Location, RiakObject)](implicit cmp: Ordering[B]): (Location, RiakObject)

    Definition Classes
    TraversableOnce → GenTraversableOnce
  76. def minBy[B](f: ((Location, RiakObject)) ⇒ B)(implicit cmp: Ordering[B]): (Location, RiakObject)

    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  78. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  79. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  81. def next(): (Location, RiakObject)

    Definition Classes
    KVDataQueryingIterator → Iterator
  82. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  83. final def notify(): Unit

    Definition Classes
    AnyRef
  84. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  85. def padTo[A1 >: (Location, RiakObject)](len: Int, elem: A1): Iterator[A1]

    Definition Classes
    Iterator
  86. def partition(p: ((Location, RiakObject)) ⇒ Boolean): (Iterator[(Location, RiakObject)], Iterator[(Location, RiakObject)])

    Definition Classes
    Iterator
  87. def patch[B >: (Location, RiakObject)](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]

    Definition Classes
    Iterator
  88. def prefetch(): Boolean

    Attributes
    protected[this]
  89. def product[B >: (Location, RiakObject)](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. def reduce[A1 >: (Location, RiakObject)](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def reduceLeft[B >: (Location, RiakObject)](op: (B, (Location, RiakObject)) ⇒ B): B

    Definition Classes
    TraversableOnce
  92. def reduceLeftOption[B >: (Location, RiakObject)](op: (B, (Location, RiakObject)) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def reduceOption[A1 >: (Location, RiakObject)](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def reduceRight[B >: (Location, RiakObject)](op: ((Location, RiakObject), B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  95. def reduceRightOption[B >: (Location, RiakObject)](op: ((Location, RiakObject), B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def reversed: List[(Location, RiakObject)]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  97. def sameElements(that: Iterator[_]): Boolean

    Definition Classes
    Iterator
  98. def scanLeft[B](z: B)(op: (B, (Location, RiakObject)) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  99. def scanRight[B](z: B)(op: ((Location, RiakObject), B) ⇒ B): Iterator[B]

    Definition Classes
    Iterator
  100. def seq: Iterator[(Location, RiakObject)]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  101. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  102. def slice(from: Int, until: Int): Iterator[(Location, RiakObject)]

    Definition Classes
    Iterator
  103. def sliding[B >: (Location, RiakObject)](size: Int, step: Int): GroupedIterator[B]

    Definition Classes
    Iterator
  104. def span(p: ((Location, RiakObject)) ⇒ Boolean): (Iterator[(Location, RiakObject)], Iterator[(Location, RiakObject)])

    Definition Classes
    Iterator
  105. def sum[B >: (Location, RiakObject)](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  107. def take(n: Int): Iterator[(Location, RiakObject)]

    Definition Classes
    Iterator
  108. def takeWhile(p: ((Location, RiakObject)) ⇒ Boolean): Iterator[(Location, RiakObject)]

    Definition Classes
    Iterator
  109. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (Location, RiakObject), Col[(Location, RiakObject)]]): Col[(Location, RiakObject)]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def toArray[B >: (Location, RiakObject)](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def toBuffer[B >: (Location, RiakObject)]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def toIndexedSeq: IndexedSeq[(Location, RiakObject)]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def toIterable: Iterable[(Location, RiakObject)]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def toIterator: Iterator[(Location, RiakObject)]

    Definition Classes
    Iterator → GenTraversableOnce
  115. def toList: List[(Location, RiakObject)]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def toMap[T, U](implicit ev: <:<[(Location, RiakObject), (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def toSeq: Seq[(Location, RiakObject)]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  118. def toSet[B >: (Location, RiakObject)]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def toStream: Stream[(Location, RiakObject)]

    Definition Classes
    Iterator → GenTraversableOnce
  120. def toString(): String

    Definition Classes
    Iterator → AnyRef → Any
  121. def toTraversable: Traversable[(Location, RiakObject)]

    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  122. def toVector: Vector[(Location, RiakObject)]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  126. def withFilter(p: ((Location, RiakObject)) ⇒ Boolean): Iterator[(Location, RiakObject)]

    Definition Classes
    Iterator
  127. def zip[B](that: Iterator[B]): Iterator[((Location, RiakObject), B)]

    Definition Classes
    Iterator
  128. def zipAll[B, A1 >: (Location, RiakObject), B1 >: B](that: Iterator[B], thisElem: A1, thatElem: B1): Iterator[(A1, B1)]

    Definition Classes
    Iterator
  129. def zipWithIndex: Iterator[((Location, RiakObject), Int)]

    Definition Classes
    Iterator
  130. def [B](y: B): (KVDataQueryingIterator[T], B)

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to ArrowAssoc[KVDataQueryingIterator[T]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: ((Location, RiakObject)) ⇒ Boolean): TraversableOnce[(Location, RiakObject)]

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to MonadOps[(Location, RiakObject)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (kVDataQueryingIterator: MonadOps[(Location, RiakObject)]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: ((Location, RiakObject)) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to MonadOps[(Location, RiakObject)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (kVDataQueryingIterator: MonadOps[(Location, RiakObject)]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: ((Location, RiakObject)) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to MonadOps[(Location, RiakObject)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (kVDataQueryingIterator: MonadOps[(Location, RiakObject)]).map(f)
    Definition Classes
    MonadOps
  4. val self: Any

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (kVDataQueryingIterator: StringAdd).self
    Definition Classes
    StringAdd
  5. val self: Any

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (kVDataQueryingIterator: StringFormat).self
    Definition Classes
    StringFormat
  6. def withFilter(p: ((Location, RiakObject)) ⇒ Boolean): Iterator[(Location, RiakObject)]

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to MonadOps[(Location, RiakObject)] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (kVDataQueryingIterator: MonadOps[(Location, RiakObject)]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:\[A1 >: (Location, RiakObject)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: KVDataQueryingIterator[T]

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to ArrowAssoc[KVDataQueryingIterator[T]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (kVDataQueryingIterator: ArrowAssoc[KVDataQueryingIterator[T]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: KVDataQueryingIterator[T]

    Implicit information
    This member is added by an implicit conversion from KVDataQueryingIterator[T] to Ensuring[KVDataQueryingIterator[T]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (kVDataQueryingIterator: Ensuring[KVDataQueryingIterator[T]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Logging

Inherited from Iterator[(Location, RiakObject)]

Inherited from TraversableOnce[(Location, RiakObject)]

Inherited from GenTraversableOnce[(Location, RiakObject)]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion MonadOps from KVDataQueryingIterator[T] to MonadOps[(Location, RiakObject)]

Inherited by implicit conversion any2stringadd from KVDataQueryingIterator[T] to StringAdd

Inherited by implicit conversion any2stringfmt from KVDataQueryingIterator[T] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from KVDataQueryingIterator[T] to ArrowAssoc[KVDataQueryingIterator[T]]

Inherited by implicit conversion any2Ensuring from KVDataQueryingIterator[T] to Ensuring[KVDataQueryingIterator[T]]

Inherited by implicit conversion alternateImplicit from KVDataQueryingIterator[T] to ForceImplicitAmbiguity

Ungrouped