Skip to content

Matthbas/Gyps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Methods

Emit

Emit an event, calling all observers.

Observe

Add a new observer. If an event was emitted before, the observer is called with the last value.

Constant

Map all values to a constant.

Filter

Only emit values that pass the predicate.

Flatten

Transform a observable of observables into a observable of values emitted by values of the original observable.

Map

Transform each value by a function.

Merge

Combine multiple observables into one.

Scan

Accumulate values using a function.

Trigger

Takes an observable of values, each time the original observable emits, this observable emits the last value emitted by the observable of values.

Wrap

Wrap each value into an object with the key provided.

About

Cheap reactive programming library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%