Class/Object

com.basho.riak.spark.query

KVDataQueryingIterator

Related Docs: object KVDataQueryingIterator | package query

Permalink

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 StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  6. by alternateImplicit
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

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

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

    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 +(other: String): String

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def addString(b: StringBuilder): StringBuilder

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

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  15. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Iterator
    Annotations
    @migration
    Migration

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  37. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  48. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  49. def hasNext: Boolean

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

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

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

    Permalink
    Definition Classes
    Iterator
  53. def isEmpty: Boolean

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

    Permalink
    Definition Classes
    Any
  55. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  56. def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    Iterator → GenTraversableOnce
  57. def length: Int

    Permalink
    Definition Classes
    Iterator
  58. def log: Logger

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  65. def logName: String

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  75. def mkString: String

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

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

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

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

    Permalink
    Definition Classes
    KVDataQueryingIterator → Iterator
  80. def nonEmpty: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Iterator
  86. def prefetch(): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Iterator → TraversableOnce → GenTraversableOnce
  99. def size: Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Shadowed Implicit Value Members

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

    Permalink
    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]

    Permalink
    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]

    Permalink
    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. def withFilter(p: ((Location, RiakObject)) ⇒ Boolean): Iterator[(Location, RiakObject)]

    Permalink
    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

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 any2stringadd[KVDataQueryingIterator[T]]

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

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

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

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

Ungrouped