NSMutableCopying
E820427
NSMutableCopying is an Objective-C protocol that allows objects to create mutable copies of themselves, typically used alongside the NSCopying protocol in Cocoa and Cocoa Touch frameworks.
All labels observed (1)
| Label | Occurrences |
|---|---|
| NSMutableCopying canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T9761667 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: NSMutableCopying Context triple: [NSData, conformsTo, NSMutableCopying]
-
A.
NSString
NSString is an Objective-C class representing immutable Unicode strings, widely used as the primary string type in Apple’s Cocoa and Cocoa Touch frameworks.
-
B.
NSData
NSData is a fundamental Objective-C class in Apple’s Foundation framework that represents immutable raw binary data.
-
C.
NSArray
NSArray is an Objective-C class in Apple’s Foundation framework that represents an ordered, immutable collection of objects.
-
D.
Universal Clipboard
Universal Clipboard is an Apple ecosystem feature that lets users copy content on one Apple device and paste it seamlessly onto another nearby device using the same iCloud account.
-
E.
NSCoder
NSCoder is an abstract class in Apple’s Foundation framework that provides an interface for encoding and decoding objects and values for archiving and serialization.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: NSMutableCopying Target entity description: NSMutableCopying is an Objective-C protocol that allows objects to create mutable copies of themselves, typically used alongside the NSCopying protocol in Cocoa and Cocoa Touch frameworks.
-
A.
NSString
NSString is an Objective-C class representing immutable Unicode strings, widely used as the primary string type in Apple’s Cocoa and Cocoa Touch frameworks.
-
B.
NSData
NSData is a fundamental Objective-C class in Apple’s Foundation framework that represents immutable raw binary data.
-
C.
NSArray
NSArray is an Objective-C class in Apple’s Foundation framework that represents an ordered, immutable collection of objects.
-
D.
Universal Clipboard
Universal Clipboard is an Apple ecosystem feature that lets users copy content on one Apple device and paste it seamlessly onto another nearby device using the same iCloud account.
-
E.
NSCoder
NSCoder is an abstract class in Apple’s Foundation framework that provides an interface for encoding and decoding objects and values for archiving and serialization.
- F. None of above. chosen
Statements (46)
| Predicate | Object |
|---|---|
| instanceOf |
Cocoa API protocol
ⓘ
Objective-C protocol ⓘ |
| appleAPIStatus | public API ⓘ |
| availability |
iOS
NERFINISHED
ⓘ
macOS NERFINISHED ⓘ tvOS ⓘ watchOS NERFINISHED ⓘ |
| belongsToFramework | Foundation.framework NERFINISHED ⓘ |
| callPattern | [object mutableCopy] calls -mutableCopyWithZone: internally ⓘ |
| category | Object copying protocol ⓘ |
| conformsTo | NSObject protocol NERFINISHED ⓘ |
| declaredInHeader | Foundation/NSObject.h ⓘ |
| definedInLanguage | Objective-C NERFINISHED ⓘ |
| designGoal | separate mutable and immutable copy semantics ⓘ |
| distinguishesFrom | NSCopying which may return immutable copies ⓘ |
| documentationURL | https://developer.apple.com/documentation/foundation/nsmutablecopying ⓘ |
| hasMethod | -mutableCopyWithZone: ⓘ |
| introducedBy | Apple NERFINISHED ⓘ |
| isOptionalIn | Objective-C protocol system ⓘ |
| languageBinding | Objective-C runtime NERFINISHED ⓘ |
| memoryManagementModel | follows Objective-C reference counting conventions ⓘ |
| methodParameter | -mutableCopyWithZone: takes NSZone *zone ⓘ |
| methodReturnType | -mutableCopyWithZone: returns id ⓘ |
| namespace | Foundation NERFINISHED ⓘ |
| partOf | Foundation object copying conventions ⓘ |
| primaryPurpose | create mutable copies of objects ⓘ |
| relatedProtocol | NSCopying NERFINISHED ⓘ |
| requires | objects to return a mutable object ⓘ |
| requiresForCorrectness | mutable copy to be independent of original object ⓘ |
| requiresImplementationBy | classes that need mutable copies distinct from immutable copies ⓘ |
| sourceLanguage | Objective-C interface definition language ⓘ |
| supportsPattern | copying and mutability pattern in Cocoa ⓘ |
| typicalUsage |
implemented by classes that support mutable copying
ⓘ
used when -mutableCopy is called on an object ⓘ |
| usedByClass |
NSMutableArray
NERFINISHED
ⓘ
NSMutableAttributedString NERFINISHED ⓘ NSMutableData NERFINISHED ⓘ NSMutableDictionary NERFINISHED ⓘ NSMutableIndexSet NERFINISHED ⓘ NSMutableOrderedSet NERFINISHED ⓘ NSMutableSet NERFINISHED ⓘ NSMutableString NERFINISHED ⓘ |
| usedInFramework |
Cocoa
NERFINISHED
ⓘ
Cocoa Touch NERFINISHED ⓘ |
| usedInLanguageFeature | id<NSMutableCopying> protocol-qualified types ⓘ |
| usedTogetherWith | NSCopying NERFINISHED ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: NSMutableCopying Description of subject: NSMutableCopying is an Objective-C protocol that allows objects to create mutable copies of themselves, typically used alongside the NSCopying protocol in Cocoa and Cocoa Touch frameworks.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.