Stone.js API
Docs
Home
Preparing search index...
stone-js-pipeline/src/declarations
FunctionalPipe
Type Alias FunctionalPipe<T, R>
FunctionalPipe
:
(
passable
:
T
,
next
:
PipeExecutor
<
T
,
R
>
,
...
params
:
any
[]
,
)
=>
Promiseable
<
R
>
A function type that represents a pipe.
Type Parameters
T
=
unknown
R
=
T
Type Declaration
(
passable
:
T
,
next
:
PipeExecutor
<
T
,
R
>
,
...
params
:
any
[]
)
:
Promiseable
<
R
>
Parameters
passable
:
T
next
:
PipeExecutor
<
T
,
R
>
...
params
:
any
[]
Returns
Promiseable
<
R
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Docs
Home
Stone.js API
Loading...
A function type that represents a pipe.