60 skills found · Page 1 of 2
JohnSundell / CollectionConcurrencyKitAsync and concurrent versions of Swift’s forEach, map, flatMap, and compactMap APIs.
jamiemccrindle / AxaxAsync Iterator Extensions for JavaScript e.g. map, reduce, filter, flatMap, etc.
tc39 / Proposal FlatMapproposal for flatten and flatMap on arrays
async-plus / Async Plus⛓ A chainable interface for Swift's async/await.
scalamacros / Macrology201"Macrology 201" workshop at flatMap 2014: http://2014.flatmap.no/speakers/burmako.html
joaomatossilva / FlatMapperFlatMapper is a library to import and export data from and to plain text files.
youthlin / StreamGo Stream, like Java 8 Stream.
pakoito / RxComprehensionsReduce boilerplate in RxJava by abstracting chained operators like flatMap, concatMap, switchMap, or compose [STABLE]
tomlokhorst / PromissumA promises library written in Swift featuring combinators like map, flatMap, whenAll, whenAny.
mariusGundersen / Gulp FlatMapprocess all the files in a gulp-stream individually
jonathantneal / Array Flat PolyfillA polyfill for Array.prototype.flat and Array.prototype.flatMap
propensive / Mercator OldAutomatic typeclass-based abstraction over monad-like types
astaxie / Flatmapflatmap transform nested map to flatten map
linzebing / MiniSparkJava implementation of a mini Spark-like framework named MiniSpark that can run on top of a HDFS cluster. MiniSpark supports operators including Map, FlatMap, MapPair, Reduce, ReduceByKey, Collect, Count, Parallelize, Join and Filter.
es-shims / Array.prototype.flatMapAn ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
rssh / Trackedfuturesmall runtime + java-agent, which brings back full stacktrace for exceptions, generated inside Future callbacks (like apply, map, flatMap, etc..)
dwestheide / Eventhub Flatmap2013Demo application showing how to do Event Sourcing, Memory Image, and CQRS with Akka and the Eventsourced library.
gallantlab / Autoflattenautomatically create cortical flatmaps from FreeSurfer surfaces
mitchtabian / RxJava FlatMap ExampleGetting data from multiple sources using a FlatMap Operator
ravi8x / RxJavaFlightTicketRxJava android example demonstrating FlatMap and ConcatMap operators