public interface AnyMatchDAO extends DAO<Any<?>>
Modifier and Type | Method and Description |
---|---|
<T extends Any<?>> |
matches(T any,
SearchCond cond)
Verify if any matches the given search condition.
|
<T extends Any<?>> boolean matches(T any, SearchCond cond)
T
- anyany
- to be checkedcond
- to be verifiedCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.