NSExtendedArray extension

NSExtendedArray

on

Properties

description$1 NSString

Available on NSArray, provided by the NSExtendedArray extension

description
no setter
firstObject ObjCObject?

Available on NSArray, provided by the NSExtendedArray extension

firstObject
no setter
lastObject ObjCObject?

Available on NSArray, provided by the NSExtendedArray extension

lastObject
no setter
sortedArrayHint NSData

Available on NSArray, provided by the NSExtendedArray extension

sortedArrayHint
no setter

Methods

arrayByAddingObject(ObjCObject anObject) NSArray

Available on NSArray, provided by the NSExtendedArray extension

arrayByAddingObject:
arrayByAddingObjectsFromArray(NSArray otherArray) NSArray

Available on NSArray, provided by the NSExtendedArray extension

arrayByAddingObjectsFromArray:
componentsJoinedByString(NSString separator) NSString

Available on NSArray, provided by the NSExtendedArray extension

componentsJoinedByString:
containsObject(ObjCObject anObject) bool

Available on NSArray, provided by the NSExtendedArray extension

containsObject:
descriptionWithLocale(ObjCObject? locale) NSString

Available on NSArray, provided by the NSExtendedArray extension

descriptionWithLocale:
descriptionWithLocale$1(ObjCObject? locale, {required int indent}) NSString

Available on NSArray, provided by the NSExtendedArray extension

descriptionWithLocale:indent:
enumerateObjectsAtIndexes(NSIndexSet s, {required int options, required ObjCBlock<Void Function(Pointer<ObjCObjectImpl>, UnsignedLong, Pointer<Bool>)> usingBlock}) → void

Available on NSArray, provided by the NSExtendedArray extension

enumerateObjectsAtIndexes:options:usingBlock:
enumerateObjectsUsingBlock(ObjCBlock<Void Function(Pointer<ObjCObjectImpl>, UnsignedLong, Pointer<Bool>)> block) → void

Available on NSArray, provided by the NSExtendedArray extension

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

Available on NSArray, provided by the NSExtendedArray extension

enumerateObjectsWithOptions:usingBlock:
firstObjectCommonWithArray(NSArray otherArray) ObjCObject?

Available on NSArray, provided by the NSExtendedArray extension

firstObjectCommonWithArray:
getObjects(Pointer<Pointer<ObjCObjectImpl>> objects, {required NSRange range}) → void

Available on NSArray, provided by the NSExtendedArray extension

getObjects:range:
indexesOfObjectsAtIndexes(NSIndexSet s, {required int options, required ObjCBlock<Bool Function(Pointer<ObjCObjectImpl>, UnsignedLong, Pointer<Bool>)> passingTest}) NSIndexSet

Available on NSArray, provided by the NSExtendedArray extension

indexesOfObjectsAtIndexes:options:passingTest:
indexesOfObjectsPassingTest(ObjCBlock<Bool Function(Pointer<ObjCObjectImpl>, UnsignedLong, Pointer<Bool>)> predicate) NSIndexSet

Available on NSArray, provided by the NSExtendedArray extension

indexesOfObjectsPassingTest:
indexesOfObjectsWithOptions(int opts, {required ObjCBlock<Bool Function(Pointer<ObjCObjectImpl>, UnsignedLong, Pointer<Bool>)> passingTest}) NSIndexSet

Available on NSArray, provided by the NSExtendedArray extension

indexesOfObjectsWithOptions:passingTest:
indexOfObject(ObjCObject anObject) int

Available on NSArray, provided by the NSExtendedArray extension

indexOfObject:
indexOfObject$1(ObjCObject anObject, {required NSRange inRange}) int

Available on NSArray, provided by the NSExtendedArray extension

indexOfObject:inRange:
indexOfObject$2(ObjCObject obj, {required NSRange inSortedRange, required int options, required ObjCBlock<Long Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>)> usingComparator}) int

Available on NSArray, provided by the NSExtendedArray extension

indexOfObject:inSortedRange:options:usingComparator:
indexOfObjectAtIndexes(NSIndexSet s, {required int options, required ObjCBlock<Bool Function(Pointer<ObjCObjectImpl>, UnsignedLong, Pointer<Bool>)> passingTest}) int

Available on NSArray, provided by the NSExtendedArray extension

indexOfObjectAtIndexes:options:passingTest:
indexOfObjectIdenticalTo(ObjCObject anObject) int

Available on NSArray, provided by the NSExtendedArray extension

indexOfObjectIdenticalTo:
indexOfObjectIdenticalTo$1(ObjCObject anObject, {required NSRange inRange}) int

Available on NSArray, provided by the NSExtendedArray extension

indexOfObjectIdenticalTo:inRange:
indexOfObjectPassingTest(ObjCBlock<Bool Function(Pointer<ObjCObjectImpl>, UnsignedLong, Pointer<Bool>)> predicate) int

Available on NSArray, provided by the NSExtendedArray extension

indexOfObjectPassingTest:
indexOfObjectWithOptions(int opts, {required ObjCBlock<Bool Function(Pointer<ObjCObjectImpl>, UnsignedLong, Pointer<Bool>)> passingTest}) int

Available on NSArray, provided by the NSExtendedArray extension

indexOfObjectWithOptions:passingTest:
isEqualToArray(NSArray otherArray) bool

Available on NSArray, provided by the NSExtendedArray extension

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

Available on NSArray, provided by the NSExtendedArray extension

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

Available on NSArray, provided by the NSExtendedArray extension

makeObjectsPerformSelector:withObject:
objectAtIndexedSubscript(int idx) ObjCObject

Available on NSArray, provided by the NSExtendedArray extension

objectAtIndexedSubscript:
objectEnumerator() NSEnumerator

Available on NSArray, provided by the NSExtendedArray extension

objectEnumerator
objectsAtIndexes(NSIndexSet indexes) NSArray

Available on NSArray, provided by the NSExtendedArray extension

objectsAtIndexes:
reverseObjectEnumerator() NSEnumerator

Available on NSArray, provided by the NSExtendedArray extension

reverseObjectEnumerator
sortedArrayUsingComparator(ObjCBlock<Long Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>)> cmptr) NSArray

Available on NSArray, provided by the NSExtendedArray extension

sortedArrayUsingComparator:
sortedArrayUsingFunction(Pointer<NativeFunction<Long Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>, Pointer<Void>)>> comparator, {required Pointer<Void> context}) NSArray

Available on NSArray, provided by the NSExtendedArray extension

sortedArrayUsingFunction:context:
sortedArrayUsingFunction$1(Pointer<NativeFunction<Long Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>, Pointer<Void>)>> comparator, {required Pointer<Void> context, NSData? hint}) NSArray

Available on NSArray, provided by the NSExtendedArray extension

sortedArrayUsingFunction:context:hint:
sortedArrayUsingSelector(Pointer<ObjCSelector> comparator) NSArray

Available on NSArray, provided by the NSExtendedArray extension

sortedArrayUsingSelector:
sortedArrayWithOptions(int opts, {required ObjCBlock<Long Function(Pointer<ObjCObjectImpl>, Pointer<ObjCObjectImpl>)> usingComparator}) NSArray

Available on NSArray, provided by the NSExtendedArray extension

sortedArrayWithOptions:usingComparator:
subarrayWithRange(NSRange range) NSArray

Available on NSArray, provided by the NSExtendedArray extension

subarrayWithRange:
writeToURL(NSURL url) bool

Available on NSArray, provided by the NSExtendedArray extension

writeToURL:error: