Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleDelayed Calls

Delayed access to record values is provided through a RecordProxy. An instance of this class One of these proxies is returned by #record and #header. At definition time, it collects When the mapping is defined, the proxy a chain of Value Method calls, continually returning itself to receive the next call. At processing time, the stored call chain is processed replayed using the real parsed records to retrieve the values.

...