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
AbstractStreamlet
Class AbstractStreamlet<I, O>
Type parameters
I =
unknown
O =
I
Hierarchy
AbstractStreamlet
Implements
GenericStreamlet
<
I
,
O
>
Index
Constructors
constructor
Properties
streamlet
Context
streamlet
Scope
Methods
bind
Input
decohere
did
Decohere
did
Decohere
Inlet
did
Decohere
Outlet
did
Recohere
did
Recohere
Inlet
did
Recohere
Outlet
disconnect
Inputs
disconnect
Outputs
get
Input
get
Output
inlet
inoutlet
on
Decohere
on
Decohere
Outlets
on
Recohere
on
Recohere
Inlets
on
Recohere
Outlets
outlet
recohere
set
Streamlet
Context
set
Streamlet
Scope
unbind
Input
will
Decohere
will
Decohere
Inlet
will
Decohere
Outlet
will
Recohere
will
Recohere
Inlet
will
Recohere
Outlet
Constructors
constructor
new
Abstract
Streamlet<I, O>
(
scope
?:
null
|
StreamletScope
<
O
>
)
:
AbstractStreamlet
<
I
,
O
>
Type parameters
I =
unknown
O =
I
Parameters
scope:
null
|
StreamletScope
<
O
>
= null
Returns
AbstractStreamlet
<
I
,
O
>
Properties
Readonly
streamlet
Context
streamlet
Context
:
null
|
StreamletContext
Readonly
streamlet
Scope
streamlet
Scope
:
null
|
StreamletScope
<
O
>
Methods
bind
Input
bind
Input
(
key
:
string
, input
:
Outlet
<
I
>
)
:
void
Parameters
key:
string
input:
Outlet
<
I
>
Returns
void
decohere
decohere
(
)
:
void
Returns
void
Protected
did
Decohere
did
Decohere
(
)
:
void
Returns
void
did
Decohere
Inlet
did
Decohere
Inlet
(
inlet
:
Inlet
<
I
>
)
:
void
Parameters
inlet:
Inlet
<
I
>
Returns
void
did
Decohere
Outlet
did
Decohere
Outlet
(
outlet
:
Outlet
<
O
>
)
:
void
Parameters
outlet:
Outlet
<
O
>
Returns
void
Protected
did
Recohere
did
Recohere
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
did
Recohere
Inlet
did
Recohere
Inlet
(
inlet
:
Inlet
<
I
>
, version
:
number
)
:
void
Parameters
inlet:
Inlet
<
I
>
version:
number
Returns
void
did
Recohere
Outlet
did
Recohere
Outlet
(
outlet
:
Outlet
<
O
>
, version
:
number
)
:
void
Parameters
outlet:
Outlet
<
O
>
version:
number
Returns
void
disconnect
Inputs
disconnect
Inputs
(
)
:
void
Returns
void
disconnect
Outputs
disconnect
Outputs
(
)
:
void
Returns
void
get
Input
get
Input<I2>
(
inlet
:
string
|
Inlet
<
I2
>
)
:
undefined
|
I2
get
Input<I2, E>
(
inlet
:
string
|
Inlet
<
I2
>
, orElse
:
E
)
:
I2
|
E
Type parameters
I2
Parameters
inlet:
string
|
Inlet
<
I2
>
Returns
undefined
|
I2
Type parameters
I2
E =
I2
Parameters
inlet:
string
|
Inlet
<
I2
>
orElse:
E
Returns
I2
|
E
get
Output
get
Output
(
outlet
:
string
|
Outlet
<
O
>
)
:
undefined
|
O
Parameters
outlet:
string
|
Outlet
<
O
>
Returns
undefined
|
O
inlet
inlet
(
key
:
string
)
:
null
|
Inlet
<
I
>
inlet<I2>
(
)
:
Inlet
<
I2
>
Parameters
key:
string
Returns
null
|
Inlet
<
I
>
Type parameters
I2
Returns
Inlet
<
I2
>
inoutlet
inoutlet<I2, O2>
(
)
:
Inoutlet
<
I2
,
O2
>
Type parameters
I2
O2
Returns
Inoutlet
<
I2
,
O2
>
Protected
on
Decohere
on
Decohere
(
)
:
void
Returns
void
Protected
on
Decohere
Outlets
on
Decohere
Outlets
(
)
:
void
Returns
void
Protected
on
Recohere
on
Recohere
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
Protected
on
Recohere
Inlets
on
Recohere
Inlets
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
Protected
on
Recohere
Outlets
on
Recohere
Outlets
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
outlet
outlet
(
key
:
string
|
Outlet
<
O
>
)
:
null
|
Outlet
<
O
>
outlet<O2>
(
)
:
Outlet
<
O2
>
Parameters
key:
string
|
Outlet
<
O
>
Returns
null
|
Outlet
<
O
>
Type parameters
O2
Returns
Outlet
<
O2
>
recohere
recohere
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
set
Streamlet
Context
set
Streamlet
Context
(
context
:
null
|
StreamletContext
)
:
void
Parameters
context:
null
|
StreamletContext
Returns
void
set
Streamlet
Scope
set
Streamlet
Scope
(
scope
:
null
|
StreamletScope
<
O
>
)
:
void
Parameters
scope:
null
|
StreamletScope
<
O
>
Returns
void
unbind
Input
unbind
Input
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
Protected
will
Decohere
will
Decohere
(
)
:
void
Returns
void
will
Decohere
Inlet
will
Decohere
Inlet
(
inlet
:
Inlet
<
I
>
)
:
void
Parameters
inlet:
Inlet
<
I
>
Returns
void
will
Decohere
Outlet
will
Decohere
Outlet
(
outlet
:
Outlet
<
O
>
)
:
void
Parameters
outlet:
Outlet
<
O
>
Returns
void
Protected
will
Recohere
will
Recohere
(
version
:
number
)
:
void
Parameters
version:
number
Returns
void
will
Recohere
Inlet
will
Recohere
Inlet
(
inlet
:
Inlet
<
I
>
, version
:
number
)
:
void
Parameters
inlet:
Inlet
<
I
>
version:
number
Returns
void
will
Recohere
Outlet
will
Recohere
Outlet
(
outlet
:
Outlet
<
O
>
, version
:
number
)
:
void
Parameters
outlet:
Outlet
<
O
>
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
Streamlet
constructor
streamlet
Context
streamlet
Scope
bind
Input
decohere
did
Decohere
did
Decohere
Inlet
did
Decohere
Outlet
did
Recohere
did
Recohere
Inlet
did
Recohere
Outlet
disconnect
Inputs
disconnect
Outputs
get
Input
get
Output
inlet
inoutlet
on
Decohere
on
Decohere
Outlets
on
Recohere
on
Recohere
Inlets
on
Recohere
Outlets
outlet
recohere
set
Streamlet
Context
set
Streamlet
Scope
unbind
Input
will
Decohere
will
Decohere
Inlet
will
Decohere
Outlet
will
Recohere
will
Recohere
Inlet
will
Recohere
Outlet
Generated using
TypeDoc