JsonListInput

halotukozak.mcodec.JsonListInput
final class JsonListInput(reader: JsonReader) extends ListInput

Attributes

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

Members list

Value members

Concrete methods

def hasNext: Boolean

Attributes

Source
JsonInput.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
JsonInput.scala

Inherited methods

def skipRemaining(): Unit

Attributes

Inherited from:
ListInput
Source
Input.scala