public interface ICondition<T>
Represents a condition which can be used by filters or search methods.
T
: The type of object to apply method interface to.
Modifier and Type | Method and Description |
---|---|
boolean |
check(T el)
Returns true if the specified object satisfy the conditions.
|
boolean check(T el)
Returns true if the specified object satisfy the conditions.
el
- The object to check.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.