Class And

  • All Implemented Interfaces:
    LogicalStatement

    public class And
    extends AbstractOperator
    An operator that implements AND by evaluating sub-statements and only returning true if all sub-statements return true
    Author:
    Kim Shepherd