Appender

com.github.tarao.record4s.ArrayRecord.Extensible.Appender
final class Appender[R](val record: ArrayRecord[R]) extends AnyVal, Extensible[R]

Attributes

Source
ArrayRecord.scala
Graph
Supertypes
trait Extensible[R]
trait Dynamic
class AnyVal
trait Matchable
class Any

Members list

Value members

Inherited methods

transparent inline def applyDynamic(method: String)(inline fields: Any*): Any

Attributes

Inherited from:
Extensible
Source
ArrayRecord.scala
transparent inline def applyDynamicNamed(method: String)(inline fields: (String, Any)*): Any

Attributes

Inherited from:
Extensible
Source
ArrayRecord.scala