@epikodelabs/streamix / src/public-api / flowExpr
Function: flowExpr()
flowExpr<
T,Self>(fn):FlowExpr<T,Self>
Defined in: projects/libraries/streamix/src/lib/atoms/expr.ts:57
Type Parameters
T
T
Self
Self = any
Parameters
fn
(self) => AsyncIterable<T, any, any> | Iterable<T, any, any>
Returns
FlowExpr<T, Self>