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
MapInletOutlet
Interface MapInletOutlet<K, V, I, O>
Type parameters
K
V
I
O
Hierarchy
MapInlet
<
K
,
V
,
I
>
Outlet
<
O
>
MapInletOutlet
Implemented by
AbstractMapInletOutlet
Index
Properties
input
Methods
bind
Input
bind
Output
decohere
Input
decohere
Output
decohere
Output
Key
disconnect
Inputs
disconnect
Outputs
get
map
memoize
output
Iterator
recohere
Input
recohere
Output
recohere
Output
Key
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
decohere
Output
Key
decohere
Output
Key
(
key
:
K
, effect
:
KeyEffect
)
:
void
Parameters
key:
K
effect:
KeyEffect
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
recohere
Output
Key
recohere
Output
Key
(
key
:
K
, version
:
number
)
:
void
Parameters
key:
K
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
>
)
:
MapInletOutlet
<
K
,
V
,
I
,
O
>
Parameters
func:
WatchValueFunction
<
O
>
Returns
MapInletOutlet
<
K
,
V
,
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
Map
Inlet
Outlet
input
bind
Input
bind
Output
decohere
Input
decohere
Output
decohere
Output
Key
disconnect
Inputs
disconnect
Outputs
get
map
memoize
output
Iterator
recohere
Input
recohere
Output
recohere
Output
Key
unbind
Input
unbind
Output
unbind
Outputs
watch
Generated using
TypeDoc