Skip to content

@epikodelabs/streamix


@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>

Released under the GNU AGPL v3 or later.