Callbag operator that maps over values that satisfies a predicate. AKA filterMap
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
A standard for JS callbacks
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 sink that consume both pullable and listenable sources
Map and Set with automatic key interning
👜 Callbag operator that maps to inner source and ignores other values until that source completes.
Map over promises concurrently
👜 Callbag operator which errors if source does not emit before specified duration.
👜 Callbag which creates a source from a given factory when sink subscribes.
debounce operator for callbag
👜 Callbag listenable source which emits milliseconds elapsed since the subscription (using requestAnimationFrame) - useful for animations.
No description provided.
Callbag operator that broadcasts a single source to multiple sinks
👜 Use callbag as React hook.
Persistent ordered mapping from strings
Callbag operator that flattens a higher-order callbag source
Callbag factory that merges data from multiple callbag sources
👜 Callbag source factory that emits values specified as arguments.