Search
Preparing search index...
The search index is not available
swimOS
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
@swim/streamlet
AbstractMapInletMapOutlet
Class AbstractMapInletMapOutlet<KI, KO, VI, VO, I, O>
Type parameters
KI
KO
VI
VO
I
O
Hierarchy
AbstractMapInletMapOutlet
FilterFieldsOperator
Implements
MapInletMapOutlet
<
KI
,
KO
,
VI
,
VO
,
I
,
O
>
Index
Constructors
constructor
Methods
bind
Input
bind
Output
did
Invalidate
did
Invalidate
Input
Key
did
Invalidate
Output
Key
did
Reconcile
did
Reconcile
Input
Key
did
Reconcile
Output
Key
disconnect
Inputs
disconnect
Outputs
filter
get
has
input
invalidate
invalidate
Input
invalidate
Input
Key
invalidate
Output
invalidate
Output
Key
key
Iterator
map
memoize
on
Invalidate
on
Invalidate
Input
Key
on
Invalidate
Output
Key
on
Reconcile
on
Reconcile
Input
Key
on
Reconcile
Output
Key
outlet
output
Iterator
reconcile
reconcile
Input
reconcile
Input
Key
reconcile
Output
reconcile
Output
Key
reduce
unbind
Input
unbind
Output
unbind
Outputs
watch
will
Invalidate
will
Invalidate
Input
Key
will
Invalidate
Output
Key
will
Reconcile
will
Reconcile
Input
Key
will
Reconcile
Output
Key
Constructors
constructor
new
Abstract
Map
Inlet
Map
Outlet
(
)
:
AbstractMapInletMapOutlet
Returns
AbstractMapInletMapOutlet
Methods
bind
Input
bind
Input
(
input
:
MapOutlet
<
KI
,
VI
,
I
>
)
:
void
Parameters
input:
MapOutlet
<
KI
,
VI
,
I
>
Returns
void
bind
Output
bind
Output
(
output
:
Inlet
<
O
>
)
:
void
Parameters
output:
Inlet
<
O
>
Returns
void
Protected
did
Invalidate
did
Invalidate
(
)
:
void
Returns
void
Protected
did
Invalidate
Input
Key
did
Invalidate
Input
Key
(
key
:
KO
, effect
:
KeyEffect
)
:
void
Parameters
key:
KO
effect:
KeyEffect
Returns
void
Protected
did
Invalidate
Output
Key
did
Invalidate
Output
Key
(
key
:
KI
, effect
:
KeyEffect
)
:
void
Parameters
key:
KI
effect:
KeyEffect
Returns
void
Protected
did
Reconcile
did
Reconcile
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
Protected
did
Reconcile
Input
Key
did
Reconcile
Input
Key
(
key
:
KO
, effect
:
KeyEffect
, version
:
number
)
:
void
Parameters
key:
KO
effect:
KeyEffect
version:
number
Returns
void
Protected
did
Reconcile
Output
Key
did
Reconcile
Output
Key
(
key
:
KI
, effect
:
KeyEffect
, version
:
number
)
:
void
Parameters
key:
KI
effect:
KeyEffect
version:
number
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
>
>
Abstract
get
get
(
)
:
O
get
(
key
:
KO
)
:
VO
|
undefined
Returns
O
Parameters
key:
KO
Returns
VO
|
undefined
Abstract
has
has
(
key
:
KO
)
:
boolean
Parameters
key:
KO
Returns
boolean
input
input
(
)
:
MapOutlet
<
KI
,
VI
,
I
>
|
null
Returns
MapOutlet
<
KI
,
VI
,
I
>
|
null
invalidate
invalidate
(
)
:
void
Returns
void
invalidate
Input
invalidate
Input
(
)
:
void
Returns
void
invalidate
Input
Key
invalidate
Input
Key
(
key
:
KO
, effect
:
KeyEffect
)
:
void
Parameters
key:
KO
effect:
KeyEffect
Returns
void
invalidate
Output
invalidate
Output
(
)
:
void
Returns
void
invalidate
Output
Key
invalidate
Output
Key
(
key
:
KI
, effect
:
KeyEffect
)
:
void
Parameters
key:
KI
effect:
KeyEffect
Returns
void
Abstract
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
>
Protected
on
Invalidate
on
Invalidate
(
)
:
void
Returns
void
Protected
on
Invalidate
Input
Key
on
Invalidate
Input
Key
(
key
:
KO
, effect
:
KeyEffect
)
:
void
Parameters
key:
KO
effect:
KeyEffect
Returns
void
Protected
on
Invalidate
Output
Key
on
Invalidate
Output
Key
(
key
:
KI
, effect
:
KeyEffect
)
:
void
Parameters
key:
KI
effect:
KeyEffect
Returns
void
Protected
on
Reconcile
on
Reconcile
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
Protected
on
Reconcile
Input
Key
on
Reconcile
Input
Key
(
key
:
KO
, effect
:
KeyEffect
, version
:
number
)
:
void
Parameters
key:
KO
effect:
KeyEffect
version:
number
Returns
void
Protected
on
Reconcile
Output
Key
on
Reconcile
Output
Key
(
key
:
KI
, effect
:
KeyEffect
, version
:
number
)
:
void
Parameters
key:
KI
effect:
KeyEffect
version:
number
Returns
void
outlet
outlet
(
key
:
KO
)
:
Outlet
<
VO
>
Parameters
key:
KO
Returns
Outlet
<
VO
>
output
Iterator
output
Iterator
(
)
:
Iterator
<
Inlet
<
O
>
>
Returns
Iterator
<
Inlet
<
O
>
>
reconcile
reconcile
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
reconcile
Input
reconcile
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
reconcile
Input
Key
reconcile
Input
Key
(
key
:
KO
, version
:
number
)
:
void
Parameters
key:
KO
version:
number
Returns
void
reconcile
Output
reconcile
Output
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
reconcile
Output
Key
reconcile
Output
Key
(
key
:
KI
, version
:
number
)
:
void
Parameters
key:
KI
version:
number
Returns
void
reduce
reduce<U>
(
identity
:
U
, accumulator
:
function
, combiner
:
function
)
:
Outlet
<
U
>
Type parameters
U
Parameters
identity:
U
accumulator:
function
(
result
:
U
, element
:
VO
)
:
U
Parameters
result:
U
element:
VO
Returns
U
combiner:
function
(
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
>
)
:
this
watch
(
func
:
WatchFieldsFunction
<
KO
,
VO
>
)
:
this
Parameters
func:
WatchValueFunction
<
O
>
Returns
this
Parameters
func:
WatchFieldsFunction
<
KO
,
VO
>
Returns
this
Protected
will
Invalidate
will
Invalidate
(
)
:
void
Returns
void
Protected
will
Invalidate
Input
Key
will
Invalidate
Input
Key
(
key
:
KO
, effect
:
KeyEffect
)
:
void
Parameters
key:
KO
effect:
KeyEffect
Returns
void
Protected
will
Invalidate
Output
Key
will
Invalidate
Output
Key
(
key
:
KI
, effect
:
KeyEffect
)
:
void
Parameters
key:
KI
effect:
KeyEffect
Returns
void
Protected
will
Reconcile
will
Reconcile
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
Protected
will
Reconcile
Input
Key
will
Reconcile
Input
Key
(
key
:
KO
, effect
:
KeyEffect
, version
:
number
)
:
KeyEffect
Parameters
key:
KO
effect:
KeyEffect
version:
number
Returns
KeyEffect
Protected
will
Reconcile
Output
Key
will
Reconcile
Output
Key
(
key
:
KI
, effect
:
KeyEffect
, version
:
number
)
:
void
Parameters
key:
KI
effect:
KeyEffect
version:
number
Returns
void
Globals
@swim/core
@swim/codec
@swim/collections
@swim/dataflow
@swim/math
@swim/recon
@swim/streamlet
@swim/structure
@swim/time
@swim/uri
@swim/util
@swim/mesh
@swim/ui
@swim/ux
@swim/web
Abstract
Map
Inlet
Map
Outlet
constructor
bind
Input
bind
Output
did
Invalidate
did
Invalidate
Input
Key
did
Invalidate
Output
Key
did
Reconcile
did
Reconcile
Input
Key
did
Reconcile
Output
Key
disconnect
Inputs
disconnect
Outputs
filter
get
has
input
invalidate
invalidate
Input
invalidate
Input
Key
invalidate
Output
invalidate
Output
Key
key
Iterator
map
memoize
on
Invalidate
on
Invalidate
Input
Key
on
Invalidate
Output
Key
on
Reconcile
on
Reconcile
Input
Key
on
Reconcile
Output
Key
outlet
output
Iterator
reconcile
reconcile
Input
reconcile
Input
Key
reconcile
Output
reconcile
Output
Key
reduce
unbind
Input
unbind
Output
unbind
Outputs
watch
will
Invalidate
will
Invalidate
Input
Key
will
Invalidate
Output
Key
will
Reconcile
will
Reconcile
Input
Key
will
Reconcile
Output
Key