Uses of Class
org.robovm.apple.foundation.NSKeyValueOperator
-
Packages that use NSKeyValueOperator Package Description org.robovm.apple.foundation -
-
Uses of NSKeyValueOperator in org.robovm.apple.foundation
Fields in org.robovm.apple.foundation declared as NSKeyValueOperator Modifier and Type Field Description static NSKeyValueOperator
NSKeyValueOperator. Average
static NSKeyValueOperator
NSKeyValueOperator. Count
static NSKeyValueOperator
NSKeyValueOperator. DistinctUnionOfArrays
static NSKeyValueOperator
NSKeyValueOperator. DistinctUnionOfObjects
static NSKeyValueOperator
NSKeyValueOperator. DistinctUnionOfSets
static NSKeyValueOperator
NSKeyValueOperator. Maximum
static NSKeyValueOperator
NSKeyValueOperator. Minimum
static NSKeyValueOperator
NSKeyValueOperator. Sum
static NSKeyValueOperator
NSKeyValueOperator. UnionOfArrays
static NSKeyValueOperator
NSKeyValueOperator. UnionOfObjects
static NSKeyValueOperator
NSKeyValueOperator. UnionOfSets
Methods in org.robovm.apple.foundation that return NSKeyValueOperator Modifier and Type Method Description static NSKeyValueOperator
NSKeyValueOperator.Marshaler. toObject(java.lang.Class<NSKeyValueOperator> cls, long handle, long flags)
static NSKeyValueOperator
NSKeyValueOperator. valueOf(NSString value)
Methods in org.robovm.apple.foundation that return types with arguments of type NSKeyValueOperator Modifier and Type Method Description static java.util.List<NSKeyValueOperator>
NSKeyValueOperator.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.foundation with parameters of type NSKeyValueOperator Modifier and Type Method Description static long
NSKeyValueOperator.Marshaler. toNative(NSKeyValueOperator o, long flags)
Method parameters in org.robovm.apple.foundation with type arguments of type NSKeyValueOperator Modifier and Type Method Description static long
NSKeyValueOperator.AsListMarshaler. toNative(java.util.List<NSKeyValueOperator> l, long flags)
static NSKeyValueOperator
NSKeyValueOperator.Marshaler. toObject(java.lang.Class<NSKeyValueOperator> cls, long handle, long flags)
-