final class BsonReaderListInput extends ListInput
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BsonReaderListInput
- ListInput
- SequentialInput
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BsonReaderListInput(it: BsonReaderIterator[BsonReaderInput])
Value Members
-
def
hasNext: Boolean
- Definition Classes
- BsonReaderListInput → SequentialInput
-
def
iterator[A](readFun: (Input) ⇒ A): Iterator[A]
- Definition Classes
- ListInput
-
def
nextElement(): BsonReaderInput
Returns an Input representing next element in a sequence of values represented by this ListInput.
Returns an Input representing next element in a sequence of values represented by this ListInput. Returned Input instance must be fully exhausted before calling
nextElement()
next time.- Definition Classes
- BsonReaderListInput → ListInput
-
def
skipRemaining(): Unit
- Definition Classes
- ListInput → SequentialInput