Packages

final class FieldValues extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FieldValues
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FieldValues(fieldNames: Array[String], codecs: Array[GenCodec[_]], ofWhat: commons.OptArg[String] = OptArg.Empty)

Value Members

  1. def getOrElse[T](idx: Int, default: ⇒ T): T
  2. def readField(input: FieldInput): Unit
  3. def rewriteFrom(other: FieldValues): Unit
  4. def tryReadField(input: FieldInput): Boolean