MEReactiveFoundation 1.0.5

MEReactiveFoundation 1.0.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2015

Maintained by William Towe, Norm Barnard.



  • By
  • William Towe

A collection of classes that extend the Foundation framework collection classes with functionality commonly found in functional languages (e.g. Haskell). Compatible with iOS/OSX, 7.0+/10.9+.

Documentation

The headers are documented. Read them.

Tests

Comprehensive tests are included.

Categories

  • NSArray+MERExtensions.h
    • MER_filter:
    • MER_find:
    • MER_findIndex:
    • MER_findWithIndex:
    • MER_map:
    • MER_foldLeftWithStart:block:
    • MER_foldRightWithStart:block:
    • MER_any:
    • MER_all:
    • MER_zip:
    • MER_zipWith:
    • MER_unzip:
    • MER_unzipWith:
    • MER_take:
    • MER_drop:
    • MER_splitAt:
    • MER_reverse
    • MER_concat
    • MER_concatWith:
    • MER_sum
    • MER_minimum
    • MER_maximum
  • NSSet+MERExtensions.h
    • MER_filter:
    • MER_find:
    • MER_map:
    • MER_foldLeftWithStart:block:
    • MER_any:
    • MER_all:
    • MER_concat
    • MER_concatWith:
    • MER_sum
    • MER_minimum
    • MER_maximum
  • NSDictionary+MERExtensions.h
    • MER_filter:
    • MER_find:
    • MER_map:
    • MER_foldLeftWithStart:block:
    • MER_any:
    • MER_all:
    • MER_reverse