public class And extends Object implements ICondition
Applies logical AND to the specified conditions.
Constructor and Description |
---|
And(ICondition cond1,
ICondition cond2)
Creates new And condition.
|
public And(ICondition cond1, ICondition cond2)
Creates new And condition.
cond1
- First condition.cond2
- Second condition.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.