sealed trait BSONIterator extends Iterator[(String, BSONValue)]
- Alphabetic
- By Inheritance
- BSONIterator
- Iterator
- IterableOnceOps
- IterableOnce
- AnyRef
- Any
- by iterableOnceExtensionMethods
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Type Members
-    class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]]- Definition Classes
- Iterator
 
Abstract Value Members
-  abstract val buffer: ReadableBuffer
Concrete Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##(): Int- Definition Classes
- AnyRef → Any
 
-    def +(other: String): String- Implicit
- This member is added by an implicit conversion from BSONIterator toany2stringadd[BSONIterator] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
 
-   final  def ++[B >: (String, BSONValue)](xs: => IterableOnce[B]): Iterator[B]- Definition Classes
- Iterator
- Annotations
- @inline()
 
-    def ->[B](y: B): (BSONIterator, B)- Implicit
- This member is added by an implicit conversion from BSONIterator toArrowAssoc[BSONIterator] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def addString(b: StringBuilder): StringBuilder- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
 
-   final  def addString(b: StringBuilder, sep: String): StringBuilder- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
 
-    def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder- Definition Classes
- IterableOnceOps
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def buffered: BufferedIterator[(String, BSONValue)]- Definition Classes
- Iterator
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
 
-    def collect[B](pf: PartialFunction[(String, BSONValue), B]): Iterator[B]- Definition Classes
- Iterator → IterableOnceOps
 
-    def collectFirst[B](pf: PartialFunction[(String, BSONValue), B]): Option[B]- Definition Classes
- IterableOnceOps
 
-    def concat[B >: (String, BSONValue)](xs: => IterableOnce[B]): Iterator[B]- Definition Classes
- Iterator
 
-    def contains(elem: Any): Boolean- Definition Classes
- Iterator
 
-    def copyToArray[B >: (String, BSONValue)](xs: Array[B], start: Int, len: Int): Int- Definition Classes
- IterableOnceOps
 
-    def copyToArray[B >: (String, BSONValue)](xs: Array[B], start: Int): Int- Definition Classes
- IterableOnceOps
 
-    def copyToArray[B >: (String, BSONValue)](xs: Array[B]): Int- Definition Classes
- IterableOnceOps
 
-    def corresponds[B](that: IterableOnce[B])(p: ((String, BSONValue), B) => Boolean): Boolean- Definition Classes
- IterableOnceOps
 
-    def count(p: ((String, BSONValue)) => Boolean): Int- Definition Classes
- IterableOnceOps
 
-    def distinct: Iterator[(String, BSONValue)]- Definition Classes
- Iterator
 
-    def distinctBy[B](f: ((String, BSONValue)) => B): Iterator[(String, BSONValue)]- Definition Classes
- Iterator
 
-  val documentSize: Int
-    def drop(n: Int): Iterator[(String, BSONValue)]- Definition Classes
- Iterator → IterableOnceOps
 
-    def dropWhile(p: ((String, BSONValue)) => Boolean): Iterator[(String, BSONValue)]- Definition Classes
- Iterator → IterableOnceOps
 
-    def duplicate: (Iterator[(String, BSONValue)], Iterator[(String, BSONValue)])- Definition Classes
- Iterator
 
-    def ensuring(cond: (BSONIterator) => Boolean, msg: => Any): BSONIterator- Implicit
- This member is added by an implicit conversion from BSONIterator toEnsuring[BSONIterator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-    def ensuring(cond: (BSONIterator) => Boolean): BSONIterator- Implicit
- This member is added by an implicit conversion from BSONIterator toEnsuring[BSONIterator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-    def ensuring(cond: Boolean, msg: => Any): BSONIterator- Implicit
- This member is added by an implicit conversion from BSONIterator toEnsuring[BSONIterator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-    def ensuring(cond: Boolean): BSONIterator- Implicit
- This member is added by an implicit conversion from BSONIterator toEnsuring[BSONIterator] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-    def exists(p: ((String, BSONValue)) => Boolean): Boolean- Definition Classes
- IterableOnceOps
 
-    def filter(p: ((String, BSONValue)) => Boolean): Iterator[(String, BSONValue)]- Definition Classes
- Iterator → IterableOnceOps
 
-    def filterNot(p: ((String, BSONValue)) => Boolean): Iterator[(String, BSONValue)]- Definition Classes
- Iterator → IterableOnceOps
 
-    def find(p: ((String, BSONValue)) => Boolean): Option[(String, BSONValue)]- Definition Classes
- IterableOnceOps
 
-    def flatMap[B](f: ((String, BSONValue)) => IterableOnce[B]): Iterator[B]- Definition Classes
- Iterator → IterableOnceOps
 
-    def flatten[B](implicit ev: ((String, BSONValue)) => IterableOnce[B]): Iterator[B]- Definition Classes
- Iterator → IterableOnceOps
 
-    def fold[A1 >: (String, BSONValue)](z: A1)(op: (A1, A1) => A1): A1- Definition Classes
- IterableOnceOps
 
-    def foldLeft[B](z: B)(op: (B, (String, BSONValue)) => B): B- Definition Classes
- IterableOnceOps
 
-    def foldRight[B](z: B)(op: ((String, BSONValue), B) => B): B- Definition Classes
- IterableOnceOps
 
-    def forall(p: ((String, BSONValue)) => Boolean): Boolean- Definition Classes
- IterableOnceOps
 
-    def foreach[U](f: ((String, BSONValue)) => U): Unit- Definition Classes
- IterableOnceOps
 
-    def formatted(fmtstr: String): String- Implicit
- This member is added by an implicit conversion from BSONIterator toStringFormat[BSONIterator] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def grouped[B >: (String, BSONValue)](size: Int): GroupedIterator[B]- Definition Classes
- Iterator
 
-    def hasNext: Boolean- Definition Classes
- BSONIterator → Iterator
 
-    def hashCode(): Int- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def indexOf[B >: (String, BSONValue)](elem: B, from: Int): Int- Definition Classes
- Iterator
 
-    def indexOf[B >: (String, BSONValue)](elem: B): Int- Definition Classes
- Iterator
 
-    def indexWhere(p: ((String, BSONValue)) => Boolean, from: Int): Int- Definition Classes
- Iterator
 
-    def isEmpty: Boolean- Definition Classes
- Iterator → IterableOnceOps
- Annotations
- @deprecatedOverriding("isEmpty is defined as !hasNext; override hasNext instead", "2.13.0")
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    def isTraversableAgain: Boolean- Definition Classes
- IterableOnceOps
 
-   final  def iterator: Iterator[(String, BSONValue)]- Definition Classes
- Iterator → IterableOnce
- Annotations
- @inline()
 
-    def knownSize: Int- Definition Classes
- IterableOnce
 
-   final  def length: Int- Definition Classes
- Iterator
- Annotations
- @inline()
 
-    def map[B](f: ((String, BSONValue)) => B): Iterator[B]- Definition Classes
- Iterator → IterableOnceOps
 
-  def mapped: Map[String, BSONElement]
-    def max[B >: (String, BSONValue)](implicit ord: Ordering[B]): (String, BSONValue)- Definition Classes
- IterableOnceOps
 
-    def maxBy[B](f: ((String, BSONValue)) => B)(implicit cmp: Ordering[B]): (String, BSONValue)- Definition Classes
- IterableOnceOps
 
-    def maxByOption[B](f: ((String, BSONValue)) => B)(implicit cmp: Ordering[B]): Option[(String, BSONValue)]- Definition Classes
- IterableOnceOps
 
-    def maxOption[B >: (String, BSONValue)](implicit ord: Ordering[B]): Option[(String, BSONValue)]- Definition Classes
- IterableOnceOps
 
-    def min[B >: (String, BSONValue)](implicit ord: Ordering[B]): (String, BSONValue)- Definition Classes
- IterableOnceOps
 
-    def minBy[B](f: ((String, BSONValue)) => B)(implicit cmp: Ordering[B]): (String, BSONValue)- Definition Classes
- IterableOnceOps
 
-    def minByOption[B](f: ((String, BSONValue)) => B)(implicit cmp: Ordering[B]): Option[(String, BSONValue)]- Definition Classes
- IterableOnceOps
 
-    def minOption[B >: (String, BSONValue)](implicit ord: Ordering[B]): Option[(String, BSONValue)]- Definition Classes
- IterableOnceOps
 
-   final  def mkString: String- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
 
-   final  def mkString(sep: String): String- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
 
-   final  def mkString(start: String, sep: String, end: String): String- Definition Classes
- IterableOnceOps
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def next(): (String, BSONValue)- Definition Classes
- BSONIterator → Iterator
- Annotations
- @SuppressWarnings()
 
-    def nextOption(): Option[(String, BSONValue)]- Definition Classes
- Iterator
 
-    def nonEmpty: Boolean- Definition Classes
- IterableOnceOps
- Annotations
- @deprecatedOverriding("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
 
-    def padTo[B >: (String, BSONValue)](len: Int, elem: B): Iterator[B]- Definition Classes
- Iterator
 
-    def partition(p: ((String, BSONValue)) => Boolean): (Iterator[(String, BSONValue)], Iterator[(String, BSONValue)])- Definition Classes
- Iterator
 
-    def patch[B >: (String, BSONValue)](from: Int, patchElems: Iterator[B], replaced: Int): Iterator[B]- Definition Classes
- Iterator
 
-    def product[B >: (String, BSONValue)](implicit num: Numeric[B]): B- Definition Classes
- IterableOnceOps
 
-    def reduce[B >: (String, BSONValue)](op: (B, B) => B): B- Definition Classes
- IterableOnceOps
 
-    def reduceLeft[B >: (String, BSONValue)](op: (B, (String, BSONValue)) => B): B- Definition Classes
- IterableOnceOps
 
-    def reduceLeftOption[B >: (String, BSONValue)](op: (B, (String, BSONValue)) => B): Option[B]- Definition Classes
- IterableOnceOps
 
-    def reduceOption[B >: (String, BSONValue)](op: (B, B) => B): Option[B]- Definition Classes
- IterableOnceOps
 
-    def reduceRight[B >: (String, BSONValue)](op: ((String, BSONValue), B) => B): B- Definition Classes
- IterableOnceOps
 
-    def reduceRightOption[B >: (String, BSONValue)](op: ((String, BSONValue), B) => B): Option[B]- Definition Classes
- IterableOnceOps
 
-    def reversed: Iterable[(String, BSONValue)]- Attributes
- protected
- Definition Classes
- IterableOnceOps
 
-    def sameElements[B >: (String, BSONValue)](that: IterableOnce[B]): Boolean- Definition Classes
- Iterator
 
-    def scanLeft[B](z: B)(op: (B, (String, BSONValue)) => B): Iterator[B]- Definition Classes
- Iterator → IterableOnceOps
 
-    def size: Int- Definition Classes
- IterableOnceOps
 
-    def slice(from: Int, until: Int): Iterator[(String, BSONValue)]- Definition Classes
- Iterator → IterableOnceOps
 
-    def sliceIterator(from: Int, until: Int): Iterator[(String, BSONValue)]- Attributes
- protected
- Definition Classes
- Iterator
 
-    def sliding[B >: (String, BSONValue)](size: Int, step: Int): GroupedIterator[B]- Definition Classes
- Iterator
 
-    def span(p: ((String, BSONValue)) => Boolean): (Iterator[(String, BSONValue)], Iterator[(String, BSONValue)])- Definition Classes
- Iterator → IterableOnceOps
 
-    def splitAt(n: Int): (Iterator[(String, BSONValue)], Iterator[(String, BSONValue)])- Definition Classes
- IterableOnceOps
 
-  val startIndex: Int
-    def stepper[S <: Stepper[_]](implicit shape: StepperShape[(String, BSONValue), S]): S- Definition Classes
- IterableOnce
 
-    def sum[B >: (String, BSONValue)](implicit num: Numeric[B]): B- Definition Classes
- IterableOnceOps
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-    def take(n: Int): Iterator[(String, BSONValue)]- Definition Classes
- Iterator → IterableOnceOps
 
-    def takeWhile(p: ((String, BSONValue)) => Boolean): Iterator[(String, BSONValue)]- Definition Classes
- Iterator → IterableOnceOps
 
-    def tapEach[U](f: ((String, BSONValue)) => U): Iterator[(String, BSONValue)]- Definition Classes
- Iterator → IterableOnceOps
 
-    def to[C1](factory: Factory[(String, BSONValue), C1]): C1- Definition Classes
- IterableOnceOps
 
-    def toArray[B >: (String, BSONValue)](implicit arg0: ClassTag[B]): Array[B]- Definition Classes
- IterableOnceOps
 
-   final  def toBuffer[B >: (String, BSONValue)]: Buffer[B]- Definition Classes
- IterableOnceOps
- Annotations
- @inline()
 
-    def toIndexedSeq: IndexedSeq[(String, BSONValue)]- Definition Classes
- IterableOnceOps
 
-    def toList: List[(String, BSONValue)]- Definition Classes
- IterableOnceOps
 
-    def toMap[K, V](implicit ev: <:<[(String, BSONValue), (K, V)]): Map[K, V]- Definition Classes
- IterableOnceOps
 
-    def toSeq: Seq[(String, BSONValue)]- Definition Classes
- IterableOnceOps
 
-    def toSet[B >: (String, BSONValue)]: Set[B]- Definition Classes
- IterableOnceOps
 
-    def toString(): String- Definition Classes
- Iterator → AnyRef → Any
 
-    def toVector: Vector[(String, BSONValue)]- Definition Classes
- IterableOnceOps
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-    def withFilter(p: ((String, BSONValue)) => Boolean): Iterator[(String, BSONValue)]- Definition Classes
- Iterator
 
-    def zip[B](that: IterableOnce[B]): Iterator[((String, BSONValue), B)]- Definition Classes
- Iterator
 
-    def zipAll[A1 >: (String, BSONValue), B](that: IterableOnce[B], thisElem: A1, thatElem: B): Iterator[(A1, B)]- Definition Classes
- Iterator
 
-    def zipWithIndex: Iterator[((String, BSONValue), Int)]- Definition Classes
- Iterator → IterableOnceOps
 
Deprecated Value Members
-    def /:[B](z: B)(op: (B, (String, BSONValue)) => B): B- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)])./:(z)(op) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.foldLeft instead 
 
-   final  def /:[B](z: B)(op: (B, (String, BSONValue)) => B): B- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use foldLeft instead of /: 
 
-    def :\[B](z: B)(op: ((String, BSONValue), B) => B): B- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).:\(z)(op) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.foldRight instead 
 
-   final  def :\[B](z: B)(op: ((String, BSONValue), B) => B): B- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use foldRight instead of :\ 
 
-    def aggregate[B](z: => B)(seqop: (B, (String, BSONValue)) => B, combop: (B, B) => B): B- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) - aggregateis not relevant for sequential collections. Use- foldLeft(z)(seqop)instead.
 
-    def collectFirst[B](f: PartialFunction[(String, BSONValue), B]): Option[B]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).collectFirst(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.collectFirst(...) instead 
 
-    def copyToBuffer(dest: Buffer[(String, BSONValue)]): Unit- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).copyToBuffer(dest) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.copyToBuffer(...) instead 
 
-   final  def copyToBuffer[B >: (String, BSONValue)](dest: Buffer[B]): Unit- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use - dest ++= collinstead
 
-    def count(f: ((String, BSONValue)) => Boolean): Int- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).count(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.count(...) instead 
 
-    def exists(f: ((String, BSONValue)) => Boolean): Boolean- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).exists(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.exists(...) instead 
 
-    def filter(f: ((String, BSONValue)) => Boolean): Iterator[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).filter(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.filter(...) instead 
 
-    def finalize(): Unit- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
- (Since version ) see corresponding Javadoc for more information. 
 
-    def find(p: ((String, BSONValue)) => Boolean): Option[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).find(p) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.find instead 
 
-    def flatMap[B](f: ((String, BSONValue)) => IterableOnce[B]): IterableOnce[B]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).flatMap(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.flatMap instead or consider requiring an Iterable 
 
-    def fold[A1 >: A](z: A1)(op: (A1, A1) => A1): A1- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).fold(z)(op) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.fold instead 
 
-    def foldLeft[B](z: B)(op: (B, (String, BSONValue)) => B): B- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).foldLeft(z)(op) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.foldLeft instead 
 
-    def foldRight[B](z: B)(op: ((String, BSONValue), B) => B): B- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).foldRight(z)(op) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.foldRight instead 
 
-    def forall(f: ((String, BSONValue)) => Boolean): Boolean- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).forall(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.forall(...) instead 
 
-    def foreach[U](f: ((String, BSONValue)) => U): Unit- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).foreach(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.foreach(...) instead 
 
-   final  def hasDefiniteSize: Boolean- Definition Classes
- Iterator → IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) hasDefiniteSize on Iterator is the same as isEmpty 
 
-    def isEmpty: Boolean- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).isEmpty 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.isEmpty instead 
 
-    def map[B](f: ((String, BSONValue)) => B): IterableOnce[B]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).map(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.map instead or consider requiring an Iterable 
 
-    def max(implicit ord: Ordering[(String, BSONValue)]): (String, BSONValue)- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).max(ord) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.max instead 
 
-    def maxBy[B](f: ((String, BSONValue)) => B)(implicit cmp: Ordering[B]): (String, BSONValue)- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).maxBy(f)(cmp) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.maxBy(...) instead 
 
-    def min(implicit ord: Ordering[(String, BSONValue)]): (String, BSONValue)- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).min(ord) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.min instead 
 
-    def minBy[B](f: ((String, BSONValue)) => B)(implicit cmp: Ordering[B]): (String, BSONValue)- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).minBy(f)(cmp) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.minBy(...) instead 
 
-    def mkString: String- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).mkString 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.mkString instead 
 
-    def mkString(sep: String): String- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).mkString(sep) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.mkString instead 
 
-    def mkString(start: String, sep: String, end: String): String- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).mkString(start, sep, end) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.mkString instead 
 
-    def nonEmpty: Boolean- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).nonEmpty 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.nonEmpty instead 
 
-    def product(implicit num: Numeric[(String, BSONValue)]): (String, BSONValue)- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).product(num) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.product instead 
 
-    def reduce(f: ((String, BSONValue), (String, BSONValue)) => (String, BSONValue)): (String, BSONValue)- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).reduce(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.reduce(...) instead 
 
-    def reduceLeft(f: ((String, BSONValue), (String, BSONValue)) => (String, BSONValue)): (String, BSONValue)- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).reduceLeft(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.reduceLeft(...) instead 
 
-    def reduceLeftOption(f: ((String, BSONValue), (String, BSONValue)) => (String, BSONValue)): Option[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).reduceLeftOption(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.reduceLeftOption(...) instead 
 
-    def reduceOption(f: ((String, BSONValue), (String, BSONValue)) => (String, BSONValue)): Option[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).reduceOption(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.reduceOption(...) instead 
 
-    def reduceRight(f: ((String, BSONValue), (String, BSONValue)) => (String, BSONValue)): (String, BSONValue)- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).reduceRight(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.reduceRight(...) instead 
 
-    def reduceRightOption(f: ((String, BSONValue), (String, BSONValue)) => (String, BSONValue)): Option[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).reduceRightOption(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.reduceRightOption(...) instead 
 
-    def sameElements[B >: A](that: IterableOnce[B]): Boolean- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).sameElements(that) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.sameElements instead 
 
-    def scanRight[B](z: B)(op: ((String, BSONValue), B) => B): Iterator[B]- Definition Classes
- Iterator
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Call scanRight on an Iterable instead. 
 
-    def seq: BSONIterator.this.type- Definition Classes
- Iterator
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Iterator.seq always returns the iterator itself 
 
-    def size: Int- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).size 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.size instead 
 
-    def sum(implicit num: Numeric[(String, BSONValue)]): (String, BSONValue)- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).sum(num) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.sum instead 
 
-    def to[C1](factory: Factory[(String, BSONValue), C1]): C1- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).to(factory) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.to(factory) instead 
 
-    def toArray[B >: A](implicit arg0: ClassTag[B]): Array[B]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).toArray(arg0) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.toArray 
 
-    def toBuffer[B >: A]: Buffer[B]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).toBuffer 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.to(ArrayBuffer) instead 
 
-    def toIndexedSeq: IndexedSeq[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).toIndexedSeq 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.toIndexedSeq instead 
 
-   final  def toIterable: Iterable[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.to(Iterable) instead 
 
-    def toIterator: Iterator[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).toIterator 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator instead 
 
-   final  def toIterator: Iterator[(String, BSONValue)]- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator instead of .toIterator 
 
-    def toList: List[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).toList 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.to(List) instead 
 
-    def toMap[K, V](implicit ev: <:<[(String, BSONValue), (K, V)]): Map[K, V]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).toMap(ev) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.to(Map) instead 
 
-    def toSeq: Seq[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).toSeq 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.to(Seq) instead 
 
-    def toSet[B >: A]: Set[B]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).toSet 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.to(Set) instead 
 
-    def toStream: Stream[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).toStream 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.to(LazyList) instead 
 
-   final  def toStream: Stream[(String, BSONValue)]- Definition Classes
- IterableOnceOps
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .to(LazyList) instead of .toStream 
 
-   final  def toTraversable: Traversable[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.to(Iterable) instead 
 
-    def toVector: Vector[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).toVector 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated @inline()
- Deprecated
- (Since version 2.13.0) Use .iterator.to(Vector) instead 
 
-    def withFilter(f: ((String, BSONValue)) => Boolean): Iterator[(String, BSONValue)]- Implicit
- This member is added by an implicit conversion from BSONIterator toIterableOnceExtensionMethods[(String, BSONValue)] performed by method iterableOnceExtensionMethods in scala.collection.IterableOnce.
- 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:(bSONIterator: IterableOnceExtensionMethods[(String, BSONValue)]).withFilter(f) 
- Definition Classes
- IterableOnceExtensionMethods
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use .iterator.withFilter(...) instead 
 
-    def →[B](y: B): (BSONIterator, B)- Implicit
- This member is added by an implicit conversion from BSONIterator toArrowAssoc[BSONIterator] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
- (Since version 2.13.0) Use - ->instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.