transferum
Preparing search index...
OutputFlowInterface
Interface OutputFlowInterface<T>
Read-only flow — yields data via read().
interface
OutputFlowInterface
<
T
>
{
read
()
:
T
|
undefined
;
}
Type Parameters
T
Hierarchy (
View Summary
)
OutputFlowInterface
IOFlowInterface
Index
Methods
read
Methods
read
read
()
:
T
|
undefined
Returns
T
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
read
transferum
Loading...
Read-only flow — yields data via read().