Class SubtractFunction


  • public class SubtractFunction
    extends Object
    A subtraction mapping function.

    Uses:

    • If two numeric Values are passed in, a DoubleValue representing the first subtracted by the second is returned.
    • If a numeric ValueStream and a numeric Value are passed in, a DoubleValueStream representing the Value subtracted by each of the values of the ValueStream for a document is returned. (Or the other way, since the Value and ValueStream can be used in either order)