c

com.avsystem.commons.mongo

BsonReaderListInput

final class BsonReaderListInput extends ListInput

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BsonReaderListInput
  2. ListInput
  3. SequentialInput
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BsonReaderListInput(it: BsonReaderIterator[BsonReaderInput])

Value Members

  1. def hasNext: Boolean
    Definition Classes
    BsonReaderListInputSequentialInput
  2. def iterator[A](readFun: (Input) ⇒ A): Iterator[A]
    Definition Classes
    ListInput
  3. 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
    BsonReaderListInputListInput
  4. def skipRemaining(): Unit
    Definition Classes
    ListInputSequentialInput