V
- the type of the elements of the field.public class IterableSumOfSquares<V> extends ScalarSupport<V> implements IterableOperation<V>
Constructor and Description |
---|
IterableSumOfSquares(ExtendedField<V> field) |
Modifier and Type | Method and Description |
---|---|
V |
apply(java.lang.Iterable<V> iterable)
Has to implement the conversion logic to convert the given object into an object of type R.
|
absoluteValueOf, calculate, countOf, field, inverseOf, negativeOf, one, squareOf, squareRootOf, testIf, two, zero
public IterableSumOfSquares(ExtendedField<V> field)
public V apply(java.lang.Iterable<V> iterable)
Conversion