Package org.robovm.apple.coredata
Class NSFetchRequestExpression
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.foundation.NSExpression
org.robovm.apple.coredata.NSFetchRequestExpression
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class NSFetchRequestExpression extends NSExpression
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSFetchRequestExpression.NSFetchRequestExpressionPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSExpression
NSExpression.NSExpressionPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description NSFetchRequestExpression()NSFetchRequestExpression(NSCoder coder)NSFetchRequestExpression(NSExpression fetch, NSExpression context, boolean countFlag)NSFetchRequestExpression(NSExpressionType type)protectedNSFetchRequestExpression(NSObject.Handle h, long handle)protectedNSFetchRequestExpression(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSExpression
allowEvaluation, create, encode, evaluate, getArguments, getCollection, getConstantValue, getExpressionBlock, getExpressionType, getFalseExpression, getFunction, getKeyPath, getLeftExpression, getOperand, getPredicate, getRightExpression, getTrueExpression, getVariable, init, initMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
NSFetchRequestExpression
public NSFetchRequestExpression() -
NSFetchRequestExpression
-
NSFetchRequestExpression
-
NSFetchRequestExpression
-
NSFetchRequestExpression
-
NSFetchRequestExpression
-
-
Method Details
-
getRequestExpression
-
getContextExpression
-
isCountOnlyRequest
public boolean isCountOnlyRequest() -
supportsSecureCoding
public static boolean supportsSecureCoding() -
create
-
createForConstantValue
-
createForEvaluatedObject
-
createForVariable
-
createForKeyPath
-
createForFunction
-
createForAggregate
-
createForUnionSet
-
createForIntersectSet
-
createForMinusSet
-
createForSubquery
public static NSExpression createForSubquery(NSExpression expression, String variable, NSPredicate predicate) -
createForFunction
public static NSExpression createForFunction(NSExpression target, String name, NSArray<?> parameters) -
createForAnyKey
-
createForBlock
public static NSExpression createForBlock(Block3<NSObject,NSArray<NSExpression>,NSMutableDictionary<?,?>,NSObject> block, NSArray<NSExpression> arguments) -
createForConditional
public static NSExpression createForConditional(NSPredicate predicate, NSExpression trueExpression, NSExpression falseExpression)- Since:
- Available in iOS 9.0 and later.
-