map
Maps all the values of a ScientificArray into a DefaultScientificArray using a transformation method
Return
a DefaultScientificArray containing all values transformed using the transform method
Parameters
the type of PhysicalQuantity of the this ScientificArray
the type of Number stored in this ScientificArray
the type of ScientificUnit of this ScientificArray
the type of PhysicalQuantity to convert the values into
the type of AbstractScientificUnit to convert the values into
method for transforming a DefaultScientificValue in Unit into a ScientificValue of TargetUnit
Maps all the values of a ScientificArray into a DefaultScientificArray using a transformation method
Return
a DefaultScientificArray containing all values transformed using the transform method
Parameters
the type of PhysicalQuantity of the this ScientificArray
the type of Number stored in this ScientificArray
the type of ScientificUnit of this ScientificArray
the type of ScientificValue that each element of this ScientificArray should converted to before mapping
the type of PhysicalQuantity to convert the values into
the type of AbstractScientificUnit to convert the values into
method for transforming a Value into a ScientificValue of TargetUnit
Maps all the values of a ScientificArray into a TargetArray using a transformation method
Return
a TargetArray containing all values transformed using the transform method
Parameters
the type of PhysicalQuantity of the this ScientificArray
the type of Number stored in this ScientificArray
the type of ScientificUnit of this ScientificArray
the type of ScientificValue that each element of this ScientificArray should converted to before mapping
the type of PhysicalQuantity to convert the values into
the type of ScientificUnit to convert the values into
the type of Number stored in TargetArray
the type of ScientificValue each element of this ScientificArray should be mapped into
the type of ScientificArray to create
method for creating a TargetArray from a list of Decimal and a TargetUnit
method for transforming a Value into a TargetValue