Class FunctionExpressionSupportWithConversionAndComparator<X,​Y>

  • Type Parameters:
    X - the type of the independent variable (input) of the discrete function
    Y - the type of the dependent variable (output) of the discrete function and the type of the scalar values (elements of the field) on which to operate
    Direct Known Subclasses:
    FunctionExpressionSupport

    public class FunctionExpressionSupportWithConversionAndComparator<X,​Y>
    extends ScalarIterableExpressionSupport<Y>
    Provides utility methods for acting on expressions of DiscreteFunctions from X to Y.

    The type of the values of the discrete function codomain is also the type of the values of the field.