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
MapInletMapOutlet
Interface MapInletMapOutlet<KI, KO, VI, VO, I, O>
Type parameters
KI
KO
VI
VO
I
O
Hierarchy
MapInlet
<
KI
,
VI
,
I
>
MapOutlet
<
KO
,
VO
,
O
>
MapInletMapOutlet
Implemented by
AbstractMapInletMapOutlet
Index
Properties
input
Methods
bind
Input
bind
Output
decohere
Input
decohere
Input
Key
decohere
Output
decohere
Output
Key
disconnect
Inputs
disconnect
Outputs
filter
get
has
key
Iterator
map
memoize
outlet
output
Iterator
recohere
Input
recohere
Input
Key
recohere
Output
recohere
Output
Key
reduce
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
Input
Key
decohere
Input
Key
(
key
:
KO
, effect
:
KeyEffect
)
:
void
Parameters
key:
KO
effect:
KeyEffect
Returns
void
decohere
Output
decohere
Output
(
)
:
void
Returns
void
decohere
Output
Key
decohere
Output
Key
(
key
:
KI
, effect
:
KeyEffect
)
:
void
Parameters
key:
KI
effect:
KeyEffect
Returns
void
disconnect
Inputs
disconnect
Inputs
(
)
:
void
Returns
void
disconnect
Outputs
disconnect
Outputs
(
)
:
void
Returns
void
filter
filter
(
func
:
FilterFieldsFunction
<
KO
,
VO
>
)
:
MapOutlet
<
KO
,
VO
,
Map
<
KO
,
VO
>
>
Parameters
func:
FilterFieldsFunction
<
KO
,
VO
>
Returns
MapOutlet
<
KO
,
VO
,
Map
<
KO
,
VO
>
>
get
get
(
)
:
undefined
|
O
get
(
key
:
KO
)
:
undefined
|
VO
Returns
undefined
|
O
Parameters
key:
KO
Returns
undefined
|
VO
has
has
(
key
:
KO
)
:
boolean
Parameters
key:
KO
Returns
boolean
key
Iterator
key
Iterator
(
)
:
Iterator
<
KO
>
Returns
Iterator
<
KO
>
map
map<O2>
(
func
:
MapValueFunction
<
O
,
O2
>
)
:
Outlet
<
O2
>
map<V2>
(
func
:
MapFieldValuesFunction
<
KO
,
VO
,
V2
>
)
:
MapOutlet
<
KO
,
V2
,
Map
<
KO
,
V2
>
>
Type parameters
O2
Parameters
func:
MapValueFunction
<
O
,
O2
>
Returns
Outlet
<
O2
>
Type parameters
V2
Parameters
func:
MapFieldValuesFunction
<
KO
,
VO
,
V2
>
Returns
MapOutlet
<
KO
,
V2
,
Map
<
KO
,
V2
>
>
memoize
memoize
(
)
:
MapOutlet
<
KO
,
VO
,
O
>
Returns
MapOutlet
<
KO
,
VO
,
O
>
outlet
outlet
(
key
:
KO
)
:
Outlet
<
VO
>
Parameters
key:
KO
Returns
Outlet
<
VO
>
output
Iterator
output
Iterator
(
)
:
Iterator
<
Inlet
<
O
>
>
Returns
Iterator
<
Inlet
<
O
>
>
recohere
Input
recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
recohere
Input
Key
recohere
Input
Key
(
key
:
KO
, version
:
number
)
:
void
Parameters
key:
KO
version:
number
Returns
void
recohere
Output
recohere
Output
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
recohere
Output
Key
recohere
Output
Key
(
key
:
KI
, version
:
number
)
:
void
Parameters
key:
KI
version:
number
Returns
void
reduce
reduce<U>
(
identity
:
U
, accumulator
:
(
result
:
U
, element
:
VO
)
=>
U
, combiner
:
(
result
:
U
, result2
:
U
)
=>
U
)
:
Outlet
<
U
>
Type parameters
U
Parameters
identity:
U
accumulator:
(
result
:
U
, element
:
VO
)
=>
U
(
result
:
U
, element
:
VO
)
:
U
Parameters
result:
U
element:
VO
Returns
U
combiner:
(
result
:
U
, result2
:
U
)
=>
U
(
result
:
U
, result2
:
U
)
:
U
Parameters
result:
U
result2:
U
Returns
U
Returns
Outlet
<
U
>
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
>
)
:
MapInletMapOutlet
<
KI
,
KO
,
VI
,
VO
,
I
,
O
>
watch
(
func
:
WatchFieldsFunction
<
KO
,
VO
>
)
:
MapInletMapOutlet
<
KI
,
KO
,
VI
,
VO
,
I
,
O
>
Parameters
func:
WatchValueFunction
<
O
>
Returns
MapInletMapOutlet
<
KI
,
KO
,
VI
,
VO
,
I
,
O
>
Parameters
func:
WatchFieldsFunction
<
KO
,
VO
>
Returns
MapInletMapOutlet
<
KI
,
KO
,
VI
,
VO
,
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
Map
Outlet
input
bind
Input
bind
Output
decohere
Input
decohere
Input
Key
decohere
Output
decohere
Output
Key
disconnect
Inputs
disconnect
Outputs
filter
get
has
key
Iterator
map
memoize
outlet
output
Iterator
recohere
Input
recohere
Input
Key
recohere
Output
recohere
Output
Key
reduce
unbind
Input
unbind
Output
unbind
Outputs
watch
Generated using
TypeDoc