Callbag Packages

callbag-take-to-finally

๐Ÿ‘œ 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. But call lastly function before callbag is over.

0.2.0 โ€ข Published 4 years ago

callbag-find

Callbag operator that emits only the first value emitted by the source Callbag that meets some condition given a predicate function. Works for listenable and pullable sources.

1.0.1 โ€ข Published 6 years ago

callbag-range

Callbag source that generates a range of numbers

3.0.0 โ€ข Published 6 years ago

callbag-store

A callbag implementation of a redux-like store

2.0.0 โ€ข Published 5 years ago

callbag-map-delve

Callbag operator that applies a transformation, which may be dot-notated path, on data passing through it

1.1.0 โ€ข Published 6 years ago