A callbag operator that switches to latest listenable source result
A pure-callbag-operator implementation of flat-map for callbags 👜 (MOVED TO callbag-switch-map-operator)
Callbag operator that applies a transformation on data passing through it
Utility function for plugging callbags together in chain
A tiny but capable push & pull stream library for TypeScript and Flow
Emits the values emitted by the source Callbag until a notifier Callbag emits a value
👜 Callbag operator which shares input stream between subscribers and emits last emitted value upon subscription.
👜 Callbag operator that maps to inner source, subscribe and emit in order.
👜 Callbag listenable source which emits value describing time progress (number between 0 an 1) since the subscription (using requestAnimationFrame) - useful for animations.
Callbag operator that flattens a higher-order callbag source
A standard for JS callbacks
👜 Callbag operator that maps to inner source and ignores other values until that source completes.
👜 Callbag operator which errors if source does not emit before specified duration.
👜 Callbag listenable source which emits milliseconds elapsed since the subscription (using requestAnimationFrame) - useful for animations.
👜 Use callbag as React hook.
A pure-callbag-operator implementation of switch-map (not exactly flat-map) for callbags 👜
Callbag factory that merges data from multiple callbag sources
👜 Callbag source factory that emits values specified as arguments.
A callbag sink (listener) that connects an Observer a-la RxJS.
View docs [here](https://radix-ui.com/primitives/docs/components/switch).
Callbag factory that concatenates data from multiple callbag sources
Creates a new Callbag given an optional producer
Callbag sink that consume both pullable and listenable sources
Callbag operator that conditionally lets data pass through