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