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
AbstractInoutlet
Class AbstractInoutlet<I, O>
Type parameters
I
O
Hierarchy
OutletCombinators
<
O
>
AbstractInoutlet
StreamletInoutlet
MemoizeValueCombinator
MapValueOperator
Implements
Inoutlet
<
I
,
O
>
Index
Constructors
constructor
Properties
input
Methods
bind
Input
bind
Output
decohere
decohere
Input
decohere
Output
did
Decohere
did
Recohere
disconnect
Inputs
disconnect
Outputs
get
map
memoize
on
Decohere
on
Recohere
output
Iterator
recohere
recohere
Input
recohere
Output
unbind
Input
unbind
Output
unbind
Outputs
watch
will
Decohere
will
Recohere
Constructors
constructor
new
Abstract
Inoutlet<I, O>
(
)
:
AbstractInoutlet
<
I
,
O
>
Type parameters
I
O
Returns
AbstractInoutlet
<
I
,
O
>
Properties
Readonly
input
input
:
null
|
Outlet
<
I
>
Methods
bind
Input
bind
Input
(
newInput
:
null
|
Outlet
<
I
>
)
:
void
Parameters
newInput:
null
|
Outlet
<
I
>
Returns
void
bind
Output
bind
Output
(
output
:
Inlet
<
O
>
)
:
void
Parameters
output:
Inlet
<
O
>
Returns
void
decohere
decohere
(
)
:
void
Returns
void
decohere
Input
decohere
Input
(
)
:
void
Returns
void
decohere
Output
decohere
Output
(
)
:
void
Returns
void
Protected
did
Decohere
did
Decohere
(
)
:
void
Returns
void
Protected
did
Recohere
did
Recohere
(
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
on
Decohere
(
)
:
void
Returns
void
Protected
on
Recohere
on
Recohere
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
output
Iterator
output
Iterator
(
)
:
Iterator
<
Inlet
<
O
>
>
Returns
Iterator
<
Inlet
<
O
>
>
recohere
recohere
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
recohere
Input
recohere
Input
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
recohere
Output
recohere
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
>
)
:
AbstractInoutlet
<
I
,
O
>
Parameters
func:
WatchValueFunction
<
O
>
Returns
AbstractInoutlet
<
I
,
O
>
Protected
will
Decohere
will
Decohere
(
)
:
void
Returns
void
Protected
will
Recohere
will
Recohere
(
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
Inoutlet
constructor
input
bind
Input
bind
Output
decohere
decohere
Input
decohere
Output
did
Decohere
did
Recohere
disconnect
Inputs
disconnect
Outputs
get
map
memoize
on
Decohere
on
Recohere
output
Iterator
recohere
recohere
Input
recohere
Output
unbind
Input
unbind
Output
unbind
Outputs
watch
will
Decohere
will
Recohere
Generated using
TypeDoc