@epikodelabs/streamix / src/public-api / pipeExpr
Function: pipeExpr()
pipeExpr<
T,Self>(fn):PipeExpr<T,Self>
Defined in: projects/libraries/streamix/src/lib/atoms/expr.ts:91
Marks a scope field as an atom produced by a pipe-style expression.
Type Parameters
T
T
Self
Self = any
Parameters
fn
(self, atoms) => Atom<T>
Returns
PipeExpr<T, Self>