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:98

Marks a scope field as an atom produced by a flow-style expression.

Type Parameters

T

T

Self

Self = any

Parameters

fn

(self, atoms) => Atom<T>

Returns

FlowExpr<T, Self>

Released under the GNU AGPL v3 or later.