T
- The type of object to apply method interface to.public class Not<T> extends Object implements ICondition<T>
Applies logical NOT to the specified condition.
Constructor and Description |
---|
Not(ICondition<T> condition)
Creates Not condition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
check(T el)
Returns true if the specified object satisfy the condition.
|
public Not(ICondition<T> condition)
Creates Not condition.
condition
- Specified condition.public boolean check(T el)
Returns true if the specified object satisfy the condition.
check
in interface ICondition<T>
el
- The object to check.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.