tsbase
Preparing search index...
Pipeline
Class Pipeline<T>
Type Parameters
T
Implements
IPipe
<
T
>
Index
Constructors
constructor
Methods
Transform
Constructors
constructor
new
Pipeline
<
T
>
(
pipes
:
IPipe
<
T
>
[]
)
:
Pipeline
<
T
>
Type Parameters
T
Parameters
pipes
:
IPipe
<
T
>
[]
Returns
Pipeline
<
T
>
Methods
Transform
Transform
(
object
:
T
)
:
T
Transforms a given object based on the pipes used to construct the pipeline
Parameters
object
:
T
Returns
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
Transform
tsbase
Loading...
Transforms a given object based on the pipes used to construct the pipeline