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
AbstractOutlet
Class AbstractOutlet<O>
Type parameters
O
Hierarchy
OutletCombinators
<
O
>
AbstractOutlet
KeyOutlet
ValueInput
StreamletOutlet
GetOutlet
BinaryOutlet
UnaryOutlet
ConditionalOutlet
OrOutlet
AndOutlet
InvokeOutlet
Implements
Outlet
<
O
>
Index
Constructors
constructor
Properties
outputs
version
Methods
bind
Output
decohere
Input
did
Decohere
Input
did
Recohere
Input
disconnect
Inputs
disconnect
Outputs
get
map
memoize
on
Decohere
Input
on
Recohere
Input
output
Iterator
recohere
Input
unbind
Output
unbind
Outputs
watch
will
Decohere
Input
will
Recohere
Input
Constructors
constructor
new
Abstract
Outlet<O>
(
)
:
AbstractOutlet
<
O
>
Type parameters
O
Returns
AbstractOutlet
<
O
>
Properties
Readonly
outputs
outputs
:
readonly
Inlet
<
O
>
[]
Readonly
version
version
:
number
Methods
bind
Output
bind
Output
(
output
:
Inlet
<
O
>
)
:
void
Parameters
output:
Inlet
<
O
>
Returns
void
decohere
Input
decohere
Input
(
)
:
void
Returns
void
Protected
did
Decohere
Input
did
Decohere
Input
(
)
:
void
Returns
void
Protected
did
Recohere
Input
did
Recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
disconnect
Inputs
disconnect
Inputs
(
)
:
void
Returns
void
disconnect
Outputs
disconnect
Outputs
(
)
:
void
Returns
void
Abstract
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
>
Protected
on
Decohere
Input
on
Decohere
Input
(
)
:
void
Returns
void
Protected
on
Recohere
Input
on
Recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
output
Iterator
output
Iterator
(
)
:
Cursor
<
Inlet
<
O
>
>
Returns
Cursor
<
Inlet
<
O
>
>
recohere
Input
recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
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
>
)
:
AbstractOutlet
<
O
>
Parameters
func:
WatchValueFunction
<
O
>
Returns
AbstractOutlet
<
O
>
Protected
will
Decohere
Input
will
Decohere
Input
(
)
:
void
Returns
void
Protected
will
Recohere
Input
will
Recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
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
Abstract
Outlet
constructor
outputs
version
bind
Output
decohere
Input
did
Decohere
Input
did
Recohere
Input
disconnect
Inputs
disconnect
Outputs
get
map
memoize
on
Decohere
Input
on
Recohere
Input
output
Iterator
recohere
Input
unbind
Output
unbind
Outputs
watch
will
Decohere
Input
will
Recohere
Input
Generated using
TypeDoc