reducible

WebJar for reducible

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

reducible
Последняя версия

Последняя версия

1.0.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

reducible
WebJar for reducible
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/Gozala/reducible

Скачать reducible

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/reducible/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>reducible</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/reducible/
implementation 'org.webjars.npm:reducible:1.0.6'
// https://jarcasting.com/artifacts/org.webjars.npm/reducible/
implementation ("org.webjars.npm:reducible:1.0.6")
'org.webjars.npm:reducible:jar:1.0.6'
<dependency org="org.webjars.npm" name="reducible" rev="1.0.6">
  <artifact name="reducible" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='reducible', version='1.0.6')
)
libraryDependencies += "org.webjars.npm" % "reducible" % "1.0.6"
[org.webjars.npm/reducible "1.0.6"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : method jar [2.0,2.1)

Модули Проекта

Данный проект не имеет модулей.

reducible

Build Status

Browser support

Library defines higher-order abstraction for reducible data structures - collections based upon reduce.

Most functional languages (including beloved JS) typically come with some collection transformation functions like filter and map that take a logical collections and return transformed version of it. Unfortunately they tend to complect, by implying mechanism, order, laziness and representation. This library is an attempt to provide simple solution for some of the hard problems by decomplecting and building upon simple premise - minimum definition of collection is something that is reducible.

More specifically library defines super-generalized and minimal abstraction for collections - a collection is some set of things that, when given a function to apply to its contents, can do so and give you the result, i.e. a collection is (at minimum) reducible. In other words, you can call reduce on it.

reducers

This library provides an abstraction for reducible data structures and implementation of internal reduce for built-in data types. It can be used to implement to define abstraction for all other types. This is also foundation for reducers - Library for higher-order manipulation of reducible collections.

Install

npm install reducible

Prior art

Версии библиотеки

Версия
1.0.6