Class FeatureUnary<T extends FeatureInput,​S extends FeatureInput>

Type Parameters:
T - input-type used for calculating feature
S - input-type used for the "item" that is the single element
Direct Known Subclasses:
FeatureUnaryGeneric

public abstract class FeatureUnary<T extends FeatureInput,​S extends FeatureInput>
extends Feature<T>
A feature that contains another feature as a bean-parameter.

Usually some conversion occurs between one feature-type and another.

Author:
Owen Feehan