Class AndExpression


  • public final class AndExpression
    extends BinaryExpression
    And expression where both sides must return truthy values. The second truthy value becomes the result of the expression.
    See Also:
    And Expressions