flatmap
There are 48 repositories under flatmap topic.
async-plus/async-plus
⛓ A chainable interface for Swift's async/await.
youthlin/stream
Go Stream, like Java 8 Stream.
propensive/mercator-old
Automatic typeclass-based abstraction over monad-like types
es-shims/Array.prototype.flatMap
An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
mitchtabian/RxJava-FlatMap-Example
Getting data from multiple sources using a FlatMap Operator
weijentu/Higher-Order-Function-ObjC
Map, Filter, Reduce, Contains, ForEach and FlatMap Implementation in Objective-C
Ahmed-Adel-Ismail/J-Chain
A library that provides a set of functional patterns to enable chaining operations one after another, also helps not cutting RxJava2 streams
nicolaisueper/array-smoosh
Array.prototype.smoosh and smooshMap for all!
es-shims/iterator-helpers
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
magicxor/MapReduce
LINQ for Delphi (Object Pascal)
rafsanahmad/Kotlin-Collection-Functions
A collection of examples for Kotlin Collection functions. The examples contain usage of distinct(), reduce(), all(), single(), chunked(), copyInto(), find(), zip(), filter(), union(), map(), intersection(), groupBy(), sort(), reverse(), remove(), retain(), flatmap(), sum(), max(), min(), etc.
EdwardFerdian/WSSNet
Deep neural network for aortic wall shear stress estimation from 4D Flow MRI
neerajkesav/SparkJavaExamples
Apache Spark Basics - Java Examples
beyonk-group/reorient
Transforms json from one format into another
inputfalken/Lemonad
⛓ Functional .NET standard library with an declarative approach for common tasks.
rohitchavan-git/Learn-Java-8-Stream
In this Respository we can find out the best of the implemations of streams in java 8 , we are tries to show you how stream is similar to mysql types of operation
apocelipes/flatmap
A simple Flat Map written by golang
EinfachAndy/hashmaps
several hash map implementations
mster/matflap
Faster alternative to Array.prototype.flatMap
mtumilowicz/java11-stream-map-filter-implementation-using-flatMap
Implementation of stream's map / filter using flatMap.
onlyfullstack/java-8-features
Tutorial of Java 8 features
p-groarke/fea_unsigned_map
A collection of slot maps and hash maps optimized for unsigned keys.
pmostoff/high-order-functions
This Swift Playground contains examples of some of the high order functions for processing sequences in Swift. I created it as a reference to look back on and refresh my memory. Hopefully it will prove helpful to others as well.
ryanpcmcquen/flatmap-fast
A fast and modern flatMap for node. Monads for the win!
alansastre/java-functional-advanced
Programación funcional en Java. Procesamiento de datos con la API Stream en Java. Interfaz funcional Comparator.
AyaBaghdadi/higher_order_function
IOS Swift : Explain Higher-order Function Examples : 1. Map 2. compactMap 3. flatMap 4. filter 5. reduce 6. forEach 7. contains 8. removeAll 9. sorted 10. split
dairaga/gs
GS imitates Scala monadic functions with go generic.
DanielJDufour/advarr
ADVanced ARRay utility functions. Extra arguments for map and forEach including first, last, brk, odd, even, penultimate, and more!
dword-design/fp.macro
A zero-runtime functional programming babel macro.
FunctionalKotlin/3-functional_transforms
3 - Functional Transforms (Map, Filter, FlatMap...)
FunctionalKotlin/6.1-whats_a_monad
6.1 - What's a monad?
FunctionalKotlin/6.2-results_are_monads
6.2 - Your Results are monads
karmakaze/monadts
Fun with flatMap - Now I know My ADTs (or How to Learn Monads by Accident)
tiaanduplessis/fump
Useful collection of functional composition helper functions
alejoalvarez/java-exercises
Multiple exercises for Java
Atif-Aqeel/Javascript-Cardio
Javascript Arrays Practice