-
Methods in org.robovm.apple.coredata that return NSExpression
| Modifier and Type |
Method |
Description |
static NSExpression |
NSFetchRequestExpression.createForAggregate(NSArray<NSExpression> subexpressions) |
|
static NSExpression |
NSFetchRequestExpression.createForAnyKey() |
|
static NSExpression |
NSFetchRequestExpression.createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block,
NSArray<NSExpression> arguments) |
|
static NSExpression |
NSFetchRequestExpression.createForConditional(NSPredicate predicate,
NSExpression trueExpression,
NSExpression falseExpression) |
|
static NSExpression |
NSFetchRequestExpression.createForConstantValue(NSObject obj) |
|
static NSExpression |
NSFetchRequestExpression.createForEvaluatedObject() |
|
static NSExpression |
NSFetchRequestExpression.createForFunction(String name,
NSArray<?> parameters) |
|
static NSExpression |
NSFetchRequestExpression.createForFunction(NSExpression target,
String name,
NSArray<?> parameters) |
|
static NSExpression |
NSFetchRequestExpression.createForIntersectSet(NSExpression left,
NSExpression right) |
|
static NSExpression |
NSFetchRequestExpression.createForKeyPath(String keyPath) |
|
static NSExpression |
NSFetchRequestExpression.createForMinusSet(NSExpression left,
NSExpression right) |
|
static NSExpression |
NSFetchRequestExpression.createForSubquery(NSExpression expression,
String variable,
NSPredicate predicate) |
|
static NSExpression |
NSFetchRequestExpression.createForUnionSet(NSExpression left,
NSExpression right) |
|
static NSExpression |
NSFetchRequestExpression.createForVariable(String string) |
|
NSExpression |
NSFetchRequestExpression.getContextExpression() |
|
NSExpression |
NSEntityDescription.getCoreSpotlightDisplayNameExpression() |
|
NSExpression |
NSDerivedAttributeDescription.getDerivationExpression() |
|
NSExpression |
NSExpressionDescription.getExpression() |
|
NSExpression |
NSFetchRequestExpression.getRequestExpression() |
|
NSExpression |
NSEntityMapping.getSourceExpression() |
|
NSExpression |
NSPropertyMapping.getValueExpression() |
|
Methods in org.robovm.apple.coredata with parameters of type NSExpression
| Modifier and Type |
Method |
Description |
protected static long |
NSFetchRequestExpression.create(NSExpression fetch,
NSExpression context,
boolean countFlag) |
|
static NSExpression |
NSFetchRequestExpression.createForConditional(NSPredicate predicate,
NSExpression trueExpression,
NSExpression falseExpression) |
|
static NSExpression |
NSFetchRequestExpression.createForFunction(NSExpression target,
String name,
NSArray<?> parameters) |
|
static NSExpression |
NSFetchRequestExpression.createForIntersectSet(NSExpression left,
NSExpression right) |
|
static NSExpression |
NSFetchRequestExpression.createForMinusSet(NSExpression left,
NSExpression right) |
|
static NSExpression |
NSFetchRequestExpression.createForSubquery(NSExpression expression,
String variable,
NSPredicate predicate) |
|
static NSExpression |
NSFetchRequestExpression.createForUnionSet(NSExpression left,
NSExpression right) |
|
void |
NSEntityDescription.setCoreSpotlightDisplayNameExpression(NSExpression v) |
|
void |
NSDerivedAttributeDescription.setDerivationExpression(NSExpression v) |
|
void |
NSExpressionDescription.setExpression(NSExpression v) |
|
void |
NSEntityMapping.setSourceExpression(NSExpression v) |
|
void |
NSPropertyMapping.setValueExpression(NSExpression v) |
|
Method parameters in org.robovm.apple.coredata with type arguments of type NSExpression
| Modifier and Type |
Method |
Description |
static NSExpression |
NSFetchRequestExpression.createForAggregate(NSArray<NSExpression> subexpressions) |
|
static NSExpression |
NSFetchRequestExpression.createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block,
NSArray<NSExpression> arguments) |
|
static NSExpression |
NSFetchRequestExpression.createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block,
NSArray<NSExpression> arguments) |
|
void |
NSBatchUpdateRequest.setPropertiesToUpdate(NSDictionary<NSString,NSExpression> v) |
|
-
Methods in org.robovm.apple.foundation that return NSExpression
| Modifier and Type |
Method |
Description |
static NSExpression |
NSExpression.createForAggregate(NSArray<NSExpression> subexpressions) |
|
static NSExpression |
NSExpression.createForAnyKey() |
|
static NSExpression |
NSExpression.createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block,
NSArray<NSExpression> arguments) |
|
static NSExpression |
NSExpression.createForConditional(NSPredicate predicate,
NSExpression trueExpression,
NSExpression falseExpression) |
|
static NSExpression |
NSExpression.createForConstantValue(NSObject obj) |
|
static NSExpression |
NSExpression.createForEvaluatedObject() |
|
static NSExpression |
NSExpression.createForFunction(String name,
NSArray<?> parameters) |
|
static NSExpression |
NSExpression.createForFunction(NSExpression target,
String name,
NSArray<?> parameters) |
|
static NSExpression |
NSExpression.createForIntersectSet(NSExpression left,
NSExpression right) |
|
static NSExpression |
NSExpression.createForKeyPath(String keyPath) |
|
static NSExpression |
NSExpression.createForMinusSet(NSExpression left,
NSExpression right) |
|
static NSExpression |
NSExpression.createForSubquery(NSExpression expression,
String variable,
NSPredicate predicate) |
|
static NSExpression |
NSExpression.createForUnionSet(NSExpression left,
NSExpression right) |
|
static NSExpression |
NSExpression.createForVariable(String string) |
|
NSExpression |
NSExpression.getFalseExpression() |
|
NSExpression |
NSComparisonPredicate.getLeftExpression() |
|
NSExpression |
NSExpression.getLeftExpression() |
|
NSExpression |
NSExpression.getOperand() |
|
NSExpression |
NSComparisonPredicate.getRightExpression() |
|
NSExpression |
NSExpression.getRightExpression() |
|
NSExpression |
NSExpression.getTrueExpression() |
|
Methods in org.robovm.apple.foundation with parameters of type NSExpression
| Modifier and Type |
Method |
Description |
static NSExpression |
NSExpression.createForConditional(NSPredicate predicate,
NSExpression trueExpression,
NSExpression falseExpression) |
|
static NSExpression |
NSExpression.createForFunction(NSExpression target,
String name,
NSArray<?> parameters) |
|
static NSExpression |
NSExpression.createForIntersectSet(NSExpression left,
NSExpression right) |
|
static NSExpression |
NSExpression.createForMinusSet(NSExpression left,
NSExpression right) |
|
static NSExpression |
NSExpression.createForSubquery(NSExpression expression,
String variable,
NSPredicate predicate) |
|
static NSExpression |
NSExpression.createForUnionSet(NSExpression left,
NSExpression right) |
|
protected long |
NSComparisonPredicate.init(NSExpression lhs,
NSExpression rhs,
NSComparisonPredicateModifier modifier,
NSPredicateOperatorType type,
NSComparisonPredicateOptions options) |
|
protected long |
NSComparisonPredicate.init(NSExpression lhs,
NSExpression rhs,
Selector selector) |
|
Method parameters in org.robovm.apple.foundation with type arguments of type NSExpression
| Modifier and Type |
Method |
Description |
static NSExpression |
NSExpression.createForAggregate(NSArray<NSExpression> subexpressions) |
|
static NSExpression |
NSExpression.createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block,
NSArray<NSExpression> arguments) |
|
static NSExpression |
NSExpression.createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block,
NSArray<NSExpression> arguments) |
|