emmanueltouzery / prelude-ts

Functional programming, immutable collections and FP constructs for typescript and javascript
ISC License
377 stars 21 forks source link

Some foldable methods could be usefull #1

Closed user471 closed 7 years ago

user471 commented 7 years ago

Like min, max, sum

emmanueltouzery commented 7 years ago

I'm exactly working on these ;-) minBy minOn (like the existing sort) same for max and sumBy. On collection so for vector, linkedlist, stream anf hashset. I'll add them through the week-end. I can release right after.

user471 commented 7 years ago

@emmanueltouzery thanks

emmanueltouzery commented 7 years ago

FYI just published 0.4.2 which has the extra methods!