Callbags Packages

callbag-of

๐Ÿ‘œ Callbag source factory that emits values specified as arguments.

2.0.1 โ€ข Published 3 years ago

callbag-defer

๐Ÿ‘œ Callbag which creates a source from a given factory when sink subscribes.

1.1.0 โ€ข Published 5 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-timeout

๐Ÿ‘œ Callbag operator which errors if source does not emit before specified duration.

1.0.1 โ€ข Published 5 years ago

callbag-tap-up

๐Ÿ‘œ Callbag operator which performs a side effect for every upwards emission (from sink to source), but other than that it acts as noop.

1.0.1 โ€ข Published 6 years ago

callbag-retry

๐Ÿ‘œ Callbag operator which resubscribes to the source given amount of times.

1.0.0 โ€ข Published 5 years ago

callbag-timer

๐Ÿ‘œ Callbag source that after given duration, emit numbers in sequence every specified duration.

1.0.0 โ€ข Published 6 years ago