@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:53
Type Parameters
T
T
Self
Self = any
Parameters
fn
(self) => Atom<T>
Returns
PipeExpr<T, Self>