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

Quantity

the type of PhysicalQuantity of the this ScientificArray

NumberType

the type of Number stored in this ScientificArray

Unit

the type of ScientificUnit of this ScientificArray

TargetQuantity

the type of PhysicalQuantity to convert the values into

TargetUnit

the type of AbstractScientificUnit to convert the values into

transform

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

Quantity

the type of PhysicalQuantity of the this ScientificArray

NumberType

the type of Number stored in this ScientificArray

Unit

the type of ScientificUnit of this ScientificArray

Value

the type of ScientificValue that each element of this ScientificArray should converted to before mapping

TargetQuantity

the type of PhysicalQuantity to convert the values into

TargetUnit

the type of AbstractScientificUnit to convert the values into

valueFactory

method for creating a Value from a Decimal and a Unit

transform

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

Quantity

the type of PhysicalQuantity of the this ScientificArray

NumberType

the type of Number stored in this ScientificArray

Unit

the type of ScientificUnit of this ScientificArray

Value

the type of ScientificValue that each element of this ScientificArray should converted to before mapping

TargetQuantity

the type of PhysicalQuantity to convert the values into

TargetUnit

the type of ScientificUnit to convert the values into

TargetNumberType

the type of Number stored in TargetArray

TargetValue

the type of ScientificValue each element of this ScientificArray should be mapped into

TargetArray

the type of ScientificArray to create

valueFactory

method for creating a Value from a Decimal and a Unit

arrayFactory

method for creating a TargetArray from a list of Decimal and a TargetUnit

transform

method for transforming a Value into a TargetValue