22 packages
adt-maybe
Function based Maybe ADT
adt-state
Function based State ADT
adt-task
Function based Task ADT
callbag-create
Creates a new Callbag given an optional producer
callbag-drop-repeats
Callbag operator that Drops consecutive duplicate
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.
callbag-from-async-iter
👜 Converts an async iterable or iterator into a callbag pullable source
callbag-interleave
👜Emits the interleaved values of the given iterables
callbag-lazy
Callbag source for lazy evaluation
callbag-map-when
Callbag operator that maps over values that satisfies a predicate. AKA filterMap