|
Project Wonder 5.0.0.8794 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IERXChainableQualifier
IERXQualifier is the definition of methods required for chainable EOAndQualifier.
| Method Summary | ||
|---|---|---|
ERXAndQualifier |
and(EOQualifier... qualifiers)
Returns a new qualifier that represents this qualifier and'd to the given list of qualifiers. |
|
void |
filter(NSMutableArray<?> array)
Equivalent to EOQualifier.filterArrayWithQualifier(NSMutableArray, EOQualfier) |
|
|
filtered(NSArray<T> array)
Equivalent to EOQualifier.filteredArrayWithQualifier(NSArray, EOQualifier) |
|
|
first(NSArray<T> array)
Equivalent to EOQualifier.first(NSMutableArray, EOQualfier) |
|
ERXNotQualifier |
not()
Returns a new qualifier that represents this qualifier not'd. |
|
|
one(NSArray<T> array)
Equivalent to EOQualifier.one(NSMutableArray, EOQualfier) |
|
ERXOrQualifier |
or(EOQualifier... qualifiers)
Returns a new qualifier that represents this qualifier or'd with the given list of qualifiers. |
|
|
requiredOne(NSArray<T> array)
Equivalent to EOQualifier.requiredOne(NSArray, EOQualfier) |
|
| Method Detail |
|---|
ERXAndQualifier and(EOQualifier... qualifiers)
qualifiers - the qualifiers to and with this qualifier
ERXOrQualifier or(EOQualifier... qualifiers)
qualifiers - the qualifiers to or with this qualifier
ERXNotQualifier not()
<T> NSArray<T> filtered(NSArray<T> array)
T - the type of the arrayarray - the array to filter
void filter(NSMutableArray<?> array)
array - the array to filter (in place)<T> T first(NSArray<T> array)
T - the type of the arrayarray - the array to filter (in place)
<T> T one(NSArray<T> array)
T - the type of the arrayarray - the array to filter (in place)
IllegalStateException - if more than one object matched<T> T requiredOne(NSArray<T> array)
T - the type of the arrayarray - the array to filter (in place)
IllegalStateException - if more than one object matched
NoSuchElementException - if no objects matched
|
Last updated: Thu, Jan 8, 2009 12:32 PM EST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||