ListInput

halotukozak.mcodec.ListInput
trait ListInput extends SequentialInput

Attributes

Source
Input.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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
Input.scala

Concrete methods

def skipRemaining(): Unit

Attributes

Source
Input.scala

Inherited and Abstract methods

def hasNext: Boolean

Attributes

Inherited from:
SequentialInput
Source
Input.scala