Search
Preparing search index...
The search index is not available
swimOS
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
@swim/streamlet
MapValueOperator
Class MapValueOperator<I, O>
Type parameters
I
O
Hierarchy
AbstractInoutlet
<
I
,
O
>
MapValueOperator
MapValueCombinator
Implements
Inoutlet
<
I
,
O
>
Index
Constructors
constructor
Methods
bind
Input
bind
Output
did
Invalidate
did
Reconcile
disconnect
Inputs
disconnect
Outputs
evaluate
get
input
invalidate
invalidate
Input
invalidate
Output
map
memoize
on
Invalidate
on
Reconcile
output
Iterator
reconcile
reconcile
Input
reconcile
Output
unbind
Input
unbind
Output
unbind
Outputs
watch
will
Invalidate
will
Reconcile
Constructors
constructor
new
Map
Value
Operator
(
)
:
MapValueOperator
Returns
MapValueOperator
Methods
bind
Input
bind
Input
(
input
:
Outlet
<
I
>
|
null
)
:
void
Parameters
input:
Outlet
<
I
>
|
null
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
Reconcile
did
Reconcile
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
disconnect
Inputs
disconnect
Inputs
(
)
:
void
Returns
void
disconnect
Outputs
disconnect
Outputs
(
)
:
void
Returns
void
Abstract
evaluate
evaluate
(
value
:
I
|
undefined
)
:
O
|
undefined
Parameters
value:
I
|
undefined
Returns
O
|
undefined
get
get
(
)
:
O
|
undefined
Returns
O
|
undefined
input
input
(
)
:
Outlet
<
I
>
|
null
Returns
Outlet
<
I
>
|
null
invalidate
invalidate
(
)
:
void
Returns
void
invalidate
Input
invalidate
Input
(
)
:
void
Returns
void
invalidate
Output
invalidate
Output
(
)
:
void
Returns
void
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
>
Protected
on
Invalidate
on
Invalidate
(
)
:
void
Returns
void
Protected
on
Reconcile
on
Reconcile
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
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
Output
reconcile
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
>
)
:
this
Parameters
func:
WatchValueFunction
<
O
>
Returns
this
Protected
will
Invalidate
will
Invalidate
(
)
:
void
Returns
void
Protected
will
Reconcile
will
Reconcile
(
version
:
number
)
:
void
Parameters
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
Map
Value
Operator
constructor
bind
Input
bind
Output
did
Invalidate
did
Reconcile
disconnect
Inputs
disconnect
Outputs
evaluate
get
input
invalidate
invalidate
Input
invalidate
Output
map
memoize
on
Invalidate
on
Reconcile
output
Iterator
reconcile
reconcile
Input
reconcile
Output
unbind
Input
unbind
Output
unbind
Outputs
watch
will
Invalidate
will
Reconcile