An open API service providing repository metadata for many open source software ecosystems.

Topic: "flatmap"

async-plus/async-plus

⛓ A chainable interface for Swift's async/await.

Language: Swift - Size: 306 KB - Last synced at: 21 days ago - Pushed at: about 1 year ago - Stars: 203 - Forks: 8

youthlin/stream

Go Stream, like Java 8 Stream.

Language: Go - Size: 29.3 KB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 88 - Forks: 11

propensive/mercator-old 📦

Automatic typeclass-based abstraction over monad-like types

Language: Scala - Size: 961 KB - Last synced at: 4 days ago - Pushed at: over 4 years ago - Stars: 54 - Forks: 10

es-shims/Array.prototype.flatMap

An ESnext spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.

Language: JavaScript - Size: 146 KB - Last synced at: 1 day ago - Pushed at: 5 months ago - Stars: 32 - Forks: 6

weijentu/Higher-Order-Function-ObjC

Map, Filter, Reduce, Contains, ForEach and FlatMap Implementation in Objective-C

Language: Objective-C - Size: 15.6 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 24 - Forks: 4

mitchtabian/RxJava-FlatMap-Example

Getting data from multiple sources using a FlatMap Operator

Language: Java - Size: 574 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 22 - Forks: 19

nicolaisueper/array-smoosh

Array.prototype.smoosh and smooshMap for all!

Language: JavaScript - Size: 308 KB - Last synced at: 26 days ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 2

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

Language: Java - Size: 349 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 19 - Forks: 3

es-shims/iterator-helpers

An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.

Language: JavaScript - Size: 330 KB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 17 - Forks: 2

magicxor/MapReduce

LINQ for Delphi (Object Pascal)

Language: Pascal - Size: 165 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 15 - Forks: 6

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.

Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 10 - Forks: 3

beyonk-group/reorient

Transforms json from one format into another

Language: JavaScript - Size: 280 KB - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 0

inputfalken/Lemonad

⛓ Functional .NET standard library with an declarative approach for common tasks.

Language: C# - Size: 1.68 MB - Last synced at: 22 days ago - Pushed at: 6 months ago - Stars: 4 - Forks: 1

EdwardFerdian/WSSNet

Deep neural network for aortic wall shear stress estimation from 4D Flow MRI

Language: Python - Size: 10.9 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 1

apocelipes/flatmap

A simple Flat Map written by golang

Language: Go - Size: 5.86 KB - Last synced at: 16 days ago - Pushed at: 8 months ago - Stars: 3 - Forks: 0

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

Language: Java - Size: 239 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 0

mster/matflap

Faster alternative to Array.prototype.flatMap

Language: JavaScript - Size: 23.4 KB - Last synced at: 3 days ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

ryanpcmcquen/flatmap-fast

A fast and modern flatMap for node. Monads for the win!

Language: JavaScript - Size: 30.3 KB - Last synced at: 5 days ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 2

p-groarke/fea_unsigned_map

A collection of slot maps and hash maps optimized for unsigned keys.

Language: C++ - Size: 97.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

mtumilowicz/java11-stream-map-filter-implementation-using-flatMap

Implementation of stream's map / filter using flatMap.

Language: Java - Size: 62.5 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 2

dword-design/fp.macro

A zero-runtime functional programming babel macro.

Language: JavaScript - Size: 1.3 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

EinfachAndy/hashmaps

several hash map implementations

Language: Go - Size: 73.2 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

alansastre/java-functional-advanced

Programación funcional en Java. Procesamiento de datos con la API Stream en Java. Interfaz funcional Comparator.

Language: Java - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 4

dairaga/gs

GS imitates Scala monadic functions with go generic.

Language: Go - Size: 66.4 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

DanielJDufour/advarr

ADVanced ARRay utility functions. Extra arguments for map and forEach including first, last, brk, odd, even, penultimate, and more!

Language: JavaScript - Size: 22.5 KB - Last synced at: 3 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

karmakaze/monadts

Fun with flatMap - Now I know My ADTs (or How to Learn Monads by Accident)

Language: TypeScript - Size: 21.5 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

tiaanduplessis/fump 📦

Useful collection of functional composition helper functions

Language: JavaScript - Size: 32.2 KB - Last synced at: 26 days ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

FunctionalKotlin/6.2-results_are_monads

6.2 - Your Results are monads

Language: Kotlin - Size: 305 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

FunctionalKotlin/6.1-whats_a_monad

6.1 - What's a monad?

Language: Kotlin - Size: 284 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

FunctionalKotlin/3-functional_transforms

3 - Functional Transforms (Map, Filter, FlatMap...)

Language: Kotlin - Size: 445 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

tborges/JavaScript

JavaScript tutorial, Unit-Testing (Automated Testing), Mocha.js, Chai.js, TDD and BDD.

Language: HTML - Size: 2.19 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 4

bionelabs/Reflectly

I learn how to make a reactive function, variable, and custom UI with closure for action. And I don't want to use "disposableBag". So I make this library from 2015. I have known my library not good. But I learn a lot about reactive programming.

Language: Swift - Size: 108 KB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

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

Language: Swift - Size: 1.83 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alejoalvarez/java-exercises

Multiple exercises for Java

Language: Java - Size: 538 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

owpk/java-json-flatmap

convert any complex json object to flat data structure

Language: Java - Size: 108 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

onlyfullstack/java-8-features

Tutorial of Java 8 features

Language: Java - Size: 33.2 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

noxiouz/flat-map-container

Implementation of FlatMap container (aka Boost flat_map) in Scala

Language: Scala - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Aditchoudhary/javaEight

Language: Java - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

mtumilowicz/java12-stream-flatMap-implementation-using-reduce

Implementation of stream's flatMap using only reduce.

Language: Java - Size: 106 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

mtumilowicz/java11-stream-flatMap-fix

How flatMap was fixed in java 11.

Language: Java - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

leetoo/scalaz-and-cats Fork of fosskers/scalaz-and-cats

Usage examples and benchmarks between Scalaz and Cats (w/ Haskell ground-truth).

Language: Scala - Size: 555 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

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.

Language: Swift - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

ashB100/learn-instantsearch-ng-rxjs

Consuming events as Observables, debounce the user input using debounceTime, prevent unnecessary requests with distinctUntilChanged, combine observables with flatMap, deal with out of order responses using switchMap, pass in observable as a parameter.

Language: TypeScript - Size: 67.4 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0