CapturedListInput

halotukozak.mcodec.CapturedListInput
final class CapturedListInput(items: Vector[CapturedValue]) extends ListInput

Attributes

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

Members list

Value members

Concrete methods

def hasNext: Boolean

Attributes

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

Inherited methods

def skipRemaining(): Unit

Attributes

Inherited from:
ListInput
Source
Input.scala