Categories

These categories provide the essence of Funky, providing easy access to all the utilities and collection subclasses.

The following categories are available globally.

  • This is a category on NSArray to convert the current set into a nil-storing collection.

    See

    Mutable counterpart NSMutableArray(FunkyNilStoring)
    See more

    Declaration

    Objective-C

    @interface NSArray <__covariant ObjectType>
    (FunkyNilStoring) @end
  • This is a category on NSMutableArray to convert the current set into a nil-storing collection.

    See

    Immutable counterpart NSArray(FunkyNilStoring)
    See more

    Declaration

    Objective-C

    @interface NSMutableArray <ObjectType>
    (FunkyNilStoring) @end
  • This is a category on NSArray to convert the current set into a nil-tolerant collection.

    See

    Mutable counterpart NSMutableArray(FunkyNilTolerant)
    See more

    Declaration

    Objective-C

    @interface NSArray <__covariant ObjectType>
    (FunkyNilTolerant) @end
  • This is a category on NSMutableArray to convert the current set into a nil-tolerant collection.

    See

    Immutable counterpart NSArray(FunkyNilTolerant)
    See more

    Declaration

    Objective-C

    @interface NSMutableArray <ObjectType>
    (FunkyNilTolerant) @end
  • This is a category on NSDictionary to convert the current set into a nil-storing collection.

    See

    Mutable counterpart NSMutableDictionary(FunkyNilStoring)
    See more

    Declaration

    Objective-C

    @interface NSDictionary <__covariant KeyType, __covariant ObjectType>
    (FunkyNilStoring) @end
  • This is a category on NSMutableDictionary to convert the current set into a nil-storing collection.

    See

    Immutable counterpart NSDictionary(FunkyNilStoring)
    See more

    Declaration

    Objective-C

    @interface NSMutableDictionary <KeyType, ObjectType>
    (FunkyNilStoring) @end
  • This is a category on NSDictionary to convert the current set into a nil-tolerant collection.

    See

    Mutable counterpart NSMutableDictionary(FunkyNilTolerant)
    See more

    Declaration

    Objective-C

    @interface NSDictionary <__covariant KeyType, __covariant ObjectType>
    (FunkyNilTolerant) @end
  • This is a category on NSMutableDictionary to convert the current set into a nil-tolerant collection.

    See

    Immutable counterpart NSDictionary(FunkyNilTolerant)
    See more

    Declaration

    Objective-C

    @interface NSMutableDictionary <KeyType, ObjectType>
    (FunkyNilTolerant) @end
  • This is a category on NSSet to convert the current set into a nil-storing collection.

    See

    Mutable counterpart NSMutableSet(FunkyNilStoring)
    See more

    Declaration

    Objective-C

    @interface NSSet <__covariant ObjectType>
    (FunkyNilStoring) @end
  • This is a category on NSMutableSet to convert the current set into a nil-storing collection.

    See

    Immutable counterpart NSSet(FunkyNilStoring)
    See more

    Declaration

    Objective-C

    @interface NSMutableSet <ObjectType>
    (FunkyNilStoring) @end
  • This is a category on NSSet to convert the current set into a nil-tolerant collection.

    See

    Mutable counterpart NSMutableSet(FunkyNilTolerant)
    See more

    Declaration

    Objective-C

    @interface NSSet <__covariant ObjectType>
    (FunkyNilTolerant) @end
  • This is a category on NSMutableSet to convert the current set into a nil-tolerant collection.

    See

    Immutable counterpart NSSet(FunkyNilTolerant)
    See more

    Declaration

    Objective-C

    @interface NSMutableSet <ObjectType>
    (FunkyNilTolerant) @end
  • This extension provides simple and easy to use functional and general utilities for NSArray. If you need to prefix the extension methods in this category, you should import NSArray+FunkyPrefixedUtilities.h, where every utility method is prefixed with the funky_ keyword for compatiblitiy reasons.

    See

    Prefixed counterpart NSArray(FunkyPrefixedUtilities)

    See

    Mutable counterpart NSMutableArray(FunkyUtilities)
    See more

    Declaration

    Objective-C

    @interface NSArray <__covariant ObjectType>
    (FunkyUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSMutableArray. If you need to prefix the extension methods in this category, you should import NSArray+FunkyPrefixedUtilities.h, where every utility method is prefixed with the funky_ keyword for compatiblitiy reasons.

    See

    Prefixed counterpart NSMutableArray(FunkyPrefixedUtilities)

    See

    Immutable counterpart NSArray(FunkyUtilities)
    See more

    Declaration

    Objective-C

    @interface NSMutableArray <ObjectType>
    (FunkyUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSDictionary. If you need to prefix the extension methods in this category, you should import NSDictionary+FunkyPrefixedUtilities.h, where every utility method is prefixed with the funky_ keyword for compatiblitiy reasons.

    See

    Prefixed counterpart NSDictionary(FunkyPrefixedUtilities)

    See

    Mutable counterpart NSMutableDictionary(FunkyUtilities)
    See more

    Declaration

    Objective-C

    @interface NSDictionary <__covariant KeyType, __covariant ObjectType>
    (FunkyUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSMutableDictionary. If you need to prefix the extension methods in this category, you should import NSDictionary+FunkyPrefixedUtilities.h, where every utility method is prefixed with the funky_ keyword for compatiblitiy reasons.

    See

    Prefixed counterpart NSMutableDictionary(FunkyPrefixedUtilities)

    See

    Immutable counterpart NSDictionary(FunkyUtilities)
    See more

    Declaration

    Objective-C

    @interface NSMutableDictionary <KeyType, ObjectType>
    (FunkyUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSObject. If you need to prefix the extension methods in this category, you should import NSObject+FunkyPrefixedUtilities.h, where every utility method is prefixed with the funky_ keyword for compatiblitiy reasons.

    See

    Prefixed counterpart NSObject(FunkyPrefixedUtilities)
    See more

    Declaration

    Objective-C

    @interface NSObject (FunkyUtilities)
  • This extension provides simple and easy to use functional and general utilities for NSSet. If you need to prefix the extension methods in this category, you should import NSSet+FunkyPrefixedUtilities.h, where every utility method is prefixed with the funky_ keyword for compatiblitiy reasons.

    See

    Prefixed counterpart NSSet(FunkyPrefixedUtilities)

    See

    Mutable counterpart NSMutableSet(FunkyUtilities)
    See more

    Declaration

    Objective-C

    @interface NSSet <__covariant ObjectType>
    (FunkyUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSMutableSet. If you need to prefix the extension methods in this category, you should import NSSet+FunkyPrefixedUtilities.h, where every utility method is prefixed with the funky_ keyword for compatiblitiy reasons.

    See

    Prefixed counterpart NSMutableSet(FunkyPrefixedUtilities)

    See

    Immutable counterpart NSSet(FunkyUtilities)
    See more

    Declaration

    Objective-C

    @interface NSMutableSet <ObjectType>
    (FunkyUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSArray. All the methods in this category are prefixed with the funky_ keyword for compatibility reasons. If you prefer unprefixed utilities, you should import NSArray+FunkyUtilities.h.

    See

    Unprefixed counterpart NSArray(FunkyUtilities)

    See

    Mutable counterpart NSMutableArray(FunkyPrefixedUtilities)
    See more

    Declaration

    Objective-C

    @interface NSArray <__covariant ObjectType>
    (FunkyPrefixedUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSMutableArray. All the methods in this category are prefixed with the funky_ keyword for compatibility reasons. If you prefer unprefixed utilities, you should import NSArray+FunkyUtilities.h.

    See

    Unprefixed counterpart NSMutableArray(FunkyUtilities)

    See

    Immutable counterpart NSArray(FunkyPrefixedUtilities)
    See more

    Declaration

    Objective-C

    @interface NSMutableArray <ObjectType>
    (FunkyPrefixedUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSDictionary. All the methods in this category are prefixed with the funky_ keyword for compatibility reasons. If you prefer unprefixed utilities, you should import NSDictionary+FunkyUtilities.h.

    See

    Unprefixed counterpart NSDictionary(FunkyUtilities)

    See

    Mutable counterpart NSMutableDictionary(FunkyPrefixedUtilities)
    See more

    Declaration

    Objective-C

    @interface NSDictionary <__covariant KeyType, __covariant ObjectType>
    (FunkyPrefixedUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSMutableDictionary. All the methods in this category are prefixed with the funky_ keyword for compatibility reasons. If you prefer unprefixed utilities, you should import NSDictionary+FunkyUtilities.h.

    See

    Unprefixed counterpart NSMutableDictionary(FunkyUtilities)

    See

    Immutable counterpart NSDictionary(FunkyPrefixedUtilities)
    See more

    Declaration

    Objective-C

    @interface NSMutableDictionary <KeyType, ObjectType>
    (FunkyPrefixedUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSObject. If you need to prefix the extension methods in this category, you should import NSObject+FunkyPrefixedUtilities.h, where every utility method is prefixed with the funky_ keyword for compatiblitiy reasons.

    See

    Unprefixed counterpart NSObject(FunkyUtilities)
    See more

    Declaration

    Objective-C

    @interface NSObject (FunkyPrefixedUtilities)
  • This extension provides simple and easy to use functional and general utilities for NSSet. All the methods in this category are prefixed with the funky_ keyword for compatibility reasons. If you prefer unprefixed utilities, you should import NSSet+FunkyUtilities.h.

    See

    Unprefixed counterpart NSSet(FunkyUtilities)

    See

    Mutable counterpart NSMutableSet(FunkyPrefixedUtilities)
    See more

    Declaration

    Objective-C

    @interface NSSet <__covariant ObjectType>
    (FunkyPrefixedUtilities) @end
  • This extension provides simple and easy to use functional and general utilities for NSMutableSet. All the methods in this category are prefixed with the funky_ keyword for compatibility reasons. If you prefer unprefixed utilities, you should import NSSet+FunkyUtilities.h.

    See

    Unprefixed counterpart NSMutableSet(FunkyUtilities)

    See

    Immutable counterpart NSSet(FunkyPrefixedUtilities)
    See more

    Declaration

    Objective-C

    @interface NSMutableSet <ObjectType>
    (FunkyPrefixedUtilities) @end