Class FunctionSupportWithConversionAndComparator<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
    All Implemented Interfaces:
    BasicOperationSupport<Y>
    Direct Known Subclasses:
    FunctionSupport

    public class FunctionSupportWithConversionAndComparator<X,​Y>
    extends ScalarIterableSupport<Y>
    Provides utility methods for acting on 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.