reactor-core-js

WebJar for reactor-core-js

License

License

Categories

Categories

JavaScript Languages React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

reactor-core-js
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

reactor-core-js
WebJar for reactor-core-js
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/reactor/reactor-core-js

Download reactor-core-js

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Join the chat at https://gitter.im/reactor/reactor NPM version

Travis CI

reactor-core-js

The Reactive-Streams based implementation of Reactor-Core.

Importing

npm install reactor-core-js

NPM

Usage

import { Flux } from './node_modules/reactor-core-js/flux';

Flux.range(1, 10)
.take(5)
.map(v => v * 2)
.flatMap(v => Flux.range(v, 2))
.subscribe(v => console.log(v));

Reactive Entry points

Flux

  • amb
  • combineLatest, combineLatest2, combineLatest3, combineLatest4
  • concat
  • concatArray
  • defer
  • empty
  • fromArray
  • fromCallable
  • interval
  • just
  • merge
  • mergeArray
  • never
  • range
  • switchOnNext
  • timer
  • using
  • zip, zip2, zip3, zip4

Mono

  • TBD

Reactive stay

Flux

  • as
  • collect
  • combineWith
  • compose
  • concatWith
  • debounce
  • doOnAfterNext
  • doOnAfterTerminated
  • doOnCancel
  • doOnComplete
  • doOnError
  • doOnNext
  • doOnSubscribe
  • filter
  • flatMap
  • generate
  • hide
  • lift
  • map
  • onErrorReturn
  • onErrorResumeNext
  • reduce
  • sample
  • skip
  • skipLast
  • skipUntil
  • switchMap
  • take
  • takeLast
  • takeUntil
  • throttleFirst
  • toArray
  • withLatestFrom
  • zipWith

Mono

  • TBD

Reactive Leave

Flux

  • subscribe

Mono

  • subscribe

Scheduler

Import scheduler package.

  • DefaultScheduler.INSTANCE
org.webjars.npm

Reactor

Reactive Streams based projects for backpressure-ready asynchronous message passing.

Versions

Version
0.5.0