public class AndAllCondition extends Object implements ICondition
Applies logical AND to all conditions. For example: cond1 AND cond2 AND cond3...
Constructor and Description |
---|
AndAllCondition(List conditions) |
public AndAllCondition(List conditions)
public boolean check(Object el)
Returns true if the specified object satisfy the conditions.
check
in interface ICondition
el
- The object to check.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.