Type Utils
Preparing search index...
Experimental
AsyncPipelineBox
Class AsyncPipelineBox<T>
Type Parameters
T
Index
Constructors
constructor
Methods
depipe
pipe
pipe
Async
tap
tap
Async
Constructors
constructor
new
AsyncPipelineBox
<
T
>
(
promise
:
Promise
<
T
>
)
:
Experimental
.
AsyncPipelineBox
<
T
>
Type Parameters
T
Parameters
promise
:
Promise
<
T
>
Returns
Experimental
.
AsyncPipelineBox
<
T
>
Methods
depipe
depipe
()
:
Promise
<
T
>
Returns
Promise
<
T
>
pipe
pipe
<
U
>
(
fn
:
(
value
:
T
)
=>
Exclude
<
U
,
Promise
<
any
>
>
,
)
:
Experimental
.
AsyncPipelineBox
<
U
>
Type Parameters
U
Parameters
fn
:
(
value
:
T
)
=>
Exclude
<
U
,
Promise
<
any
>
>
Returns
Experimental
.
AsyncPipelineBox
<
U
>
pipe
<
U
>
(
fn
:
(
value
:
T
)
=>
Promise
<
U
>
)
:
Experimental
.
AsyncPipelineBox
<
U
>
Type Parameters
U
Parameters
fn
:
(
value
:
T
)
=>
Promise
<
U
>
Returns
Experimental
.
AsyncPipelineBox
<
U
>
pipe
<
U
>
(
fn
:
(
value
:
T
)
=>
U
|
Promise
<
U
>
,
)
:
Experimental
.
AsyncPipelineBox
<
Awaited
<
U
>
>
Type Parameters
U
Parameters
fn
:
(
value
:
T
)
=>
U
|
Promise
<
U
>
Returns
Experimental
.
AsyncPipelineBox
<
Awaited
<
U
>
>
pipe
Async
pipeAsync
<
U
>
(
fn
:
(
value
:
T
)
=>
U
|
Promise
<
U
>
,
)
:
Experimental
.
AsyncPipelineBox
<
Awaited
<
U
>
>
Type Parameters
U
Parameters
fn
:
(
value
:
T
)
=>
U
|
Promise
<
U
>
Returns
Experimental
.
AsyncPipelineBox
<
Awaited
<
U
>
>
tap
tap
(
fn
:
(
value
:
T
)
=>
void
,
options
?:
TapOptions
,
)
:
Experimental
.
AsyncPipelineBox
<
T
>
Parameters
fn
:
(
value
:
T
)
=>
void
Optional
options
:
TapOptions
Returns
Experimental
.
AsyncPipelineBox
<
T
>
tap
Async
tapAsync
(
fn
:
(
value
:
T
)
=>
void
|
Promise
<
void
>
,
options
?:
TapAsyncOptions
,
)
:
Experimental
.
AsyncPipelineBox
<
T
>
Parameters
fn
:
(
value
:
T
)
=>
void
|
Promise
<
void
>
Optional
options
:
TapAsyncOptions
Returns
Experimental
.
AsyncPipelineBox
<
T
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
depipe
pipe
pipe
Async
tap
tap
Async
Type Utils
Loading...