Class MulExpression

  • All Implemented Interfaces:
    Expression

    public class MulExpression
    extends UnaryOperatorExpression
    Implementation of the (*) fold operation: All elements of the processed collection are multiplied by each other, 1 is returned in case the collection is empty.
    Within expressions, this function can be used by MUL(collection).