BodyTemperatureRecordListCsv<N extends BodyTemperatureRecordNodeCsvRow>.unmodifiable constructor

BodyTemperatureRecordListCsv<N extends BodyTemperatureRecordNodeCsvRow>.unmodifiable(
  1. CsvRow attribute,
  2. Iterable<N> source
)

Construct a ungrowable List with provided attribute and source that repersenting data of attribute.

Implementation

factory BodyTemperatureRecordListCsv.unmodifiable(
        CsvRow attribute, Iterable<N> source) =
    UnmodifiableBodyTemperatureRecordListCsv<N>;