Class MinFunction

  • All Implemented Interfaces:
    Function, Serializable

    public class MinFunction
    extends FunctionBase
    implements Function
    From http://docs.jsonata.org/aggregation-functions.html $min(array) Returns the minimum number in an array of numbers. It is an error if the input array contains an item which isn’t a number. Example $min([5,1,3,7,4])==1
    See Also:
    Serialized Form