Package | Description |
---|---|
er.extensions.eof |
Modifier and Type | Method and Description |
---|---|
ERXSortOrdering.ERXSortOrderings |
ERXSortOrdering.array()
Returns this sort ordering as an array.
|
ERXSortOrdering.ERXSortOrderings |
ERXKey.ascInsensitives()
Equivalent to ERXS.ascInsensitives(key())
|
static ERXSortOrdering.ERXSortOrderings |
ERXS.ascInsensitives(String... keys) |
ERXSortOrdering.ERXSortOrderings |
ERXKey.ascs()
Equivalent to ERXS.ascs(key())
|
static ERXSortOrdering.ERXSortOrderings |
ERXS.ascs(String... keys) |
static ERXSortOrdering.ERXSortOrderings |
ERXS.chain(EOSortOrdering... sortOrderings) |
static ERXSortOrdering.ERXSortOrderings |
ERXS.chain(NSArray<EOSortOrdering>... arr) |
ERXSortOrdering.ERXSortOrderings |
ERXKey.descInsensitives()
Equivalent to ERXS.descInsensitives(key())
|
static ERXSortOrdering.ERXSortOrderings |
ERXS.descInsensitives(String... keys) |
ERXSortOrdering.ERXSortOrderings |
ERXKey.descs()
Equivalent to ERXS.descs(key())
|
static ERXSortOrdering.ERXSortOrderings |
ERXS.descs(String... keys) |
ERXSortOrdering.ERXSortOrderings |
ERXKey.dot(NSArray<EOSortOrdering> sortOrderings)
Simple cover method for
ERXKey.prefix(NSArray) . |
ERXSortOrdering.ERXSortOrderings |
ERXKey.prefix(NSArray<EOSortOrdering> sortOrderings)
Prefix the keys in the given array of sort orderings with this key.
|
static ERXSortOrdering.ERXSortOrderings |
ERXS.sortOrders(NSSelector sel,
String... keys) |
static ERXSortOrdering.ERXSortOrderings |
ERXS.sortOrders(String key,
NSSelector comparison) |
static ERXSortOrdering.ERXSortOrderings |
ERXS.sortOrders(String key1,
NSSelector comparison1,
String key2,
NSSelector comparison2) |
ERXSortOrdering.ERXSortOrderings |
ERXSortOrdering.then(EOSortOrdering nextSortOrdering)
Returns ERXSortOrderings with this sort ordering followed by the provided
next sort ordering.
|
ERXSortOrdering.ERXSortOrderings |
ERXSortOrdering.ERXSortOrderings.then(EOSortOrdering nextSortOrdering)
Adds the given sort ordering to the end of this list and
returns "this" so it can be chained again.
|
ERXSortOrdering.ERXSortOrderings |
ERXSortOrdering.ERXSortOrderings.then(ERXSortOrdering.ERXSortOrderings nextSortOrderings)
Adds the given sort orderings to the end of this list and returns
"this" so it can be chained again.
|
ERXSortOrdering.ERXSortOrderings |
ERXSortOrdering.then(NSArray<EOSortOrdering> nextSortOrderings)
Returns ERXSortOrderings with this sort ordering followed by the provided
array of next sort orderings.
|
Modifier and Type | Method and Description |
---|---|
ERXSortOrdering.ERXSortOrderings |
ERXSortOrdering.ERXSortOrderings.then(ERXSortOrdering.ERXSortOrderings nextSortOrderings)
Adds the given sort orderings to the end of this list and returns
"this" so it can be chained again.
|
Copyright © 2002 – 2024 Project Wonder.