transferum
Preparing search index...
IOFlowInterface
Interface IOFlowInterface<TInput, TOutput>
Bidirectional flow — combines read and write.
interface
IOFlowInterface
<
TInput
,
TOutput
>
{
read
()
:
TOutput
|
undefined
;
write
(
data
:
TInput
)
:
void
;
}
Type Parameters
TInput
TOutput
Hierarchy (
View Summary
)
InputFlowInterface
<
TInput
>
OutputFlowInterface
<
TOutput
>
IOFlowInterface
StorageInterface
Index
Methods
read
write
Methods
read
read
()
:
TOutput
|
undefined
Returns
TOutput
|
undefined
write
write
(
data
:
TInput
)
:
void
Parameters
data
:
TInput
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
read
write
transferum
Loading...
Bidirectional flow — combines read and write.