Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/streamlet
Inoutlet
Interface Inoutlet<I, O>
Type parameters
I =
unknown
O =
I
Hierarchy
Inlet
<
I
>
Outlet
<
O
>
Inoutlet
MapInoutlet
Implemented by
AbstractInoutlet
Index
Properties
input
Methods
bind
Input
bind
Output
decohere
Input
decohere
Output
disconnect
Inputs
disconnect
Outputs
get
map
memoize
output
Iterator
recohere
Input
recohere
Output
unbind
Input
unbind
Output
unbind
Outputs
watch
Properties
Readonly
input
input
:
null
|
Outlet
<
I
>
Methods
bind
Input
bind
Input
(
input
:
null
|
Outlet
<
I
>
)
:
void
Parameters
input:
null
|
Outlet
<
I
>
Returns
void
bind
Output
bind
Output
(
output
:
Inlet
<
O
>
)
:
void
Parameters
output:
Inlet
<
O
>
Returns
void
decohere
Input
decohere
Input
(
)
:
void
Returns
void
decohere
Output
decohere
Output
(
)
:
void
Returns
void
disconnect
Inputs
disconnect
Inputs
(
)
:
void
Returns
void
disconnect
Outputs
disconnect
Outputs
(
)
:
void
Returns
void
get
get
(
)
:
undefined
|
O
Returns
undefined
|
O
map
map<O2>
(
func
:
MapValueFunction
<
O
,
O2
>
)
:
Outlet
<
O2
>
Type parameters
O2
Parameters
func:
MapValueFunction
<
O
,
O2
>
Returns
Outlet
<
O2
>
memoize
memoize
(
)
:
Outlet
<
O
>
Returns
Outlet
<
O
>
output
Iterator
output
Iterator
(
)
:
Iterator
<
Inlet
<
O
>
>
Returns
Iterator
<
Inlet
<
O
>
>
recohere
Input
recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
recohere
Output
recohere
Output
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
unbind
Input
unbind
Input
(
)
:
void
Returns
void
unbind
Output
unbind
Output
(
output
:
Inlet
<
O
>
)
:
void
Parameters
output:
Inlet
<
O
>
Returns
void
unbind
Outputs
unbind
Outputs
(
)
:
void
Returns
void
watch
watch
(
func
:
WatchValueFunction
<
O
>
)
:
Inoutlet
<
I
,
O
>
Parameters
func:
WatchValueFunction
<
O
>
Returns
Inoutlet
<
I
,
O
>
Modules
@swim/system
@swim/core
@swim/util
@swim/codec
@swim/mapping
@swim/collections
@swim/constraint
@swim/structure
@swim/streamlet
@swim/dataflow
@swim/recon
@swim/uri
@swim/math
@swim/geo
@swim/time
@swim/mesh
@swim/toolkit
Inoutlet
input
bind
Input
bind
Output
decohere
Input
decohere
Output
disconnect
Inputs
disconnect
Outputs
get
map
memoize
output
Iterator
recohere
Input
recohere
Output
unbind
Input
unbind
Output
unbind
Outputs
watch
Generated using
TypeDoc