ImmutableJS - Iterable API part 4

In this episode, I cover the remaining methods for ImmutableJS Iterables.
concat, flatten, flatMap, reduce, reduceRight, every, some, join, isEmpty, count, find, findLast, findEntry, findLastEntry, findKey, findLastKey, keyOf, lastKeyOf, max, maxBy, min, minBy, isSubset, isSuperset
Resources:
  • https://github.com/davidwparker/programmingtil-immutablejs/tree/master/0007-iterator-part-4
  • https://facebook.github.io/immutable-js/docs/#/Iterable
  • https://facebook.github.io/immutable-js/docs/#/Seq
© programmingtil.com