Closed this issue 4 years ago · 2 comments
const a = value(0); const new_a_with_wrap_filter = a.wrap.filter(v => v); // or maybe const new_a_as_filtered_source = a.flow.filter(v => v);
Add possibility for use flow with another reactive value
flow
const src = value(0); const dst = value(0); src.flow(dst);
#41 (comment)
ef48d05#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80L303-R320