NSExtendedSet extension

NSExtendedSet

on

Properties

allObjects NSArray

Available on NSSet, provided by the NSExtendedSet extension

allObjects
no setter
description$1 NSString

Available on NSSet, provided by the NSExtendedSet extension

description
no setter

Methods

anyObject() ObjCObject?

Available on NSSet, provided by the NSExtendedSet extension

anyObject
containsObject(ObjCObject anObject) bool

Available on NSSet, provided by the NSExtendedSet extension

containsObject:
descriptionWithLocale(ObjCObject? locale) NSString

Available on NSSet, provided by the NSExtendedSet extension

descriptionWithLocale:
enumerateObjectsUsingBlock(ObjCBlock<Void Function(Pointer<ObjCObjectImpl>, Pointer<Bool>)> block) → void

Available on NSSet, provided by the NSExtendedSet extension

enumerateObjectsUsingBlock:
enumerateObjectsWithOptions(int opts, {required ObjCBlock<Void Function(Pointer<ObjCObjectImpl>, Pointer<Bool>)> usingBlock}) → void

Available on NSSet, provided by the NSExtendedSet extension

enumerateObjectsWithOptions:usingBlock:
intersectsSet(NSSet otherSet) bool

Available on NSSet, provided by the NSExtendedSet extension

intersectsSet:
isEqualToSet(NSSet otherSet) bool

Available on NSSet, provided by the NSExtendedSet extension

isEqualToSet:
isSubsetOfSet(NSSet otherSet) bool

Available on NSSet, provided by the NSExtendedSet extension

isSubsetOfSet:
makeObjectsPerformSelector(Pointer<ObjCSelector> aSelector) → void

Available on NSSet, provided by the NSExtendedSet extension

makeObjectsPerformSelector:
makeObjectsPerformSelector$1(Pointer<ObjCSelector> aSelector, {ObjCObject? withObject}) → void

Available on NSSet, provided by the NSExtendedSet extension

makeObjectsPerformSelector:withObject:
objectsPassingTest(ObjCBlock<Bool Function(Pointer<ObjCObjectImpl>, Pointer<Bool>)> predicate) NSSet

Available on NSSet, provided by the NSExtendedSet extension

objectsPassingTest:
objectsWithOptions(int opts, {required ObjCBlock<Bool Function(Pointer<ObjCObjectImpl>, Pointer<Bool>)> passingTest}) NSSet

Available on NSSet, provided by the NSExtendedSet extension

objectsWithOptions:passingTest:
setByAddingObject(ObjCObject anObject) NSSet

Available on NSSet, provided by the NSExtendedSet extension

setByAddingObject:
setByAddingObjectsFromArray(NSArray other) NSSet

Available on NSSet, provided by the NSExtendedSet extension

setByAddingObjectsFromArray:
setByAddingObjectsFromSet(NSSet other) NSSet

Available on NSSet, provided by the NSExtendedSet extension

setByAddingObjectsFromSet: