public class Not extends Object implements ICondition
Applies logical NOT to the specified condition.
Constructor and Description |
---|
Not(ICondition condition)
Creates Not condition.
|
public Not(ICondition condition)
Creates Not condition.
condition
- Specified condition.public boolean check(Object el)
Returns true if the specified object satisfy the condition.
check
in interface ICondition
el
- The object to check.Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.