Uses of Class
org.robovm.apple.foundation.NSOperation
| Package | Description |
|---|---|
| org.robovm.apple.cloudkit | |
| org.robovm.apple.foundation | |
| org.robovm.apple.uikit |
-
Uses of NSOperation in org.robovm.apple.cloudkit
-
Uses of NSOperation in org.robovm.apple.foundation
Subclasses of NSOperation in org.robovm.apple.foundation Modifier and Type Class Description classNSBlockOperationclassNSInvocationOperationMethods in org.robovm.apple.foundation that return types with arguments of type NSOperation Modifier and Type Method Description NSArray<NSOperation>NSOperation. getDependencies()NSArray<NSOperation>NSOperationQueue. getOperations()Deprecated.access to operations is inherently a race condition, it should not be used.Methods in org.robovm.apple.foundation with parameters of type NSOperation Modifier and Type Method Description voidNSOperation. addDependency(NSOperation op)voidNSOperationQueue. addOperation(NSOperation op)voidNSOperation. removeDependency(NSOperation op)Method parameters in org.robovm.apple.foundation with type arguments of type NSOperation Modifier and Type Method Description voidNSOperationQueue. addOperations(NSArray<NSOperation> ops, boolean wait) -
Uses of NSOperation in org.robovm.apple.uikit
Subclasses of NSOperation in org.robovm.apple.uikit Modifier and Type Class Description classUIActivityItemProvider