Callbag Packages

callbag-map

Callbag operator that applies a transformation on data passing through it

1.1.0 • Published 5 years ago

callbag-share

Callbag operator that broadcasts a single source to multiple sinks

1.3.0 • Published 3 years ago

callbag-subject

A callbag listener sink which is also a listenable source

2.1.0 • Published 3 years ago

callbag-flatten

Callbag operator that flattens a higher-order callbag source

1.7.0 • Published 3 years ago

callbag-concat

Callbag factory that concatenates data from multiple callbag sources

1.2.1 • Published 5 years ago

callbag-merge

Callbag factory that merges data from multiple callbag sources

3.2.2 • Published 5 years ago

callbag-of

👜 Callbag source factory that emits values specified as arguments.

2.0.1 • Published 3 years ago

callbag-duration-progress

👜 Callbag listenable source which emits value describing time progress (number between 0 an 1) since the subscription (using requestAnimationFrame) - useful for animations.

2.0.0 • Published 5 years ago

callbag-ms-elapsed

👜 Callbag listenable source which emits milliseconds elapsed since the subscription (using requestAnimationFrame) - useful for animations.

2.0.1 • Published 5 years ago

callbag-take-while

👜 Callbag operator which emits values emitted by the source as long as each value satisfies the given predicate, and then completes as soon as predicate is not satisfied.

2.0.0 • Published 5 years ago

callbag-concat-with

👜 Callbag operator that emits items given it as arguments after it finishes emitting items emitted by source.

1.2.0 • Published 5 years ago

callbag-pipe

Utility function for plugging callbags together in chain

1.2.0 • Published 5 years ago

callbag-take-until

Emits the values emitted by the source Callbag until a notifier Callbag emits a value

3.0.2 • Published 3 years ago

callbag-observe

Callbag listener sink that gets data from any listenable source

1.0.0 • Published 6 years ago