Documentation
Preparing search index...
flow/readable/types/readable-flow-factory
ReadableFlowFactory
Interface ReadableFlowFactory<GValue, GArguments>
The function to provide to a readable flow.
Type Parameters
GValue
GArguments
extends
readonly
unknown
[]
ReadableFlowFactory
(
ctx
:
ReadableFlowContext
,
...
args
:
GArguments
,
)
:
ReadableFlowIterator
<
GValue
>
Parameters
ctx
:
ReadableFlowContext
...
args
:
GArguments
Returns
ReadableFlowIterator
<
GValue
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
The function to provide to a readable flow.