ReplayObjectInput

halotukozak.mcodec.ReplayObjectInput
final class ReplayObjectInput(fields: Vector[(String, CapturedValue)]) extends ObjectInput

Attributes

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

Members list

Value members

Concrete methods

def getNextNamedField(name: String): FieldInput

Attributes

Source
Replay.scala
def hasNext: Boolean

Attributes

Source
Replay.scala

The next field. The returned FieldInput must be fully consumed before the next nextField() / hasNext call — backends are free to hand back a single reused instance, so holding one across iteration steps is unsupported.

The next field. The returned FieldInput must be fully consumed before the next nextField() / hasNext call — backends are free to hand back a single reused instance, so holding one across iteration steps is unsupported.

Attributes

Source
Replay.scala

Inherited methods

def peekField(name: String): Option[FieldInput]

Attributes

Inherited from:
ObjectInput
Source
Input.scala
def skipRemaining(): Unit

Attributes

Inherited from:
ObjectInput
Source
Input.scala