BsonListInput

halotukozak.mcodec.BsonListInput
final class BsonListInput(reader: BsonReader) extends ListInput

Attributes

Source
BsonInput.scala
Graph
Supertypes
trait ListInput
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def hasNext: Boolean

Attributes

Source
BsonInput.scala

The next element. Must be fully consumed before the next nextElement() / hasNext call — backends may hand back a single reused instance.

The next element. Must be fully consumed before the next nextElement() / hasNext call — backends may hand back a single reused instance.

Attributes

Source
BsonInput.scala

Inherited methods

def skipRemaining(): Unit

Attributes

Inherited from:
ListInput
Source
Input.scala