(Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.
(Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.
(Changed in version 2.8.0) ++ creates a new map. Use ++= to add an element to this map and return that map itself.
(Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.
(Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.
(Changed in version 2.8.0) -- creates a new map. Use --= to remove an element from this map and return that map itself.
return a specific Data from VariableDataMap
return a specific Data from VariableDataMap
Variable > the serched variable
Data
return a specific variable DataSerie from VariableDataMap, with only the last data
return a specific variable DataSerie from VariableDataMap, with only the last data
Variable > the serched DataSerie
Int > the number of last values to be included in DataSerie
DataSerie
return a specific variable DataSerie from VariableDataMap
return a specific variable DataSerie from VariableDataMap
Variable > the serched DataSerie
DataSerie
return a DataMapper containing all DataSeries only
return a DataMapper containing all DataSeries only
VariableDataMap
(Changed in version 2.8.0) keys returns Iterable[A] rather than Iterator[A].
return all data relative to the keys
return all data relative to the keys
DataCollection
return a specific varaible Parameter from VariableDataMap
return a specific varaible Parameter from VariableDataMap
Variable > the serched parameter
Parameter
return a DataMapper containing all Parameters only
return a DataMapper containing all Parameters only
VariableDataMap
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
(Changed in version 2.8.0) values returns Iterable[B] rather than Iterator[B].