Skip to content

@epikodelabs/streamix


@epikodelabs/streamix / src/public-api / FlowExpr

Interface: FlowExpr<T, Self>

Defined in: projects/libraries/streamix/src/lib/atoms/expr.ts:24

Type Parameters

T

T = any

Self

Self = any

Properties

[FLOW_EXPR]

[FLOW_EXPR]: true

Defined in: projects/libraries/streamix/src/lib/atoms/expr.ts:25


fn()

fn: (self) => AsyncIterable<T, any, any> | Iterable<T, any, any>

Defined in: projects/libraries/streamix/src/lib/atoms/expr.ts:26

Parameters

self

Self

Returns

AsyncIterable<T, any, any> | Iterable<T, any, any>

Released under the GNU AGPL v3 or later.