Type Utils
Preparing search index...
Experimental
PipeTransform
Interface PipeTransform<T>
interface
PipeTransform
<
T
>
{
pipe
:
{
<
U
>
(
fn
:
(
value
:
T
)
=>
Exclude
<
U
,
Promise
<
any
>
>
,
)
:
Experimental
.
PipelineBox
<
U
>
;
<
U
>
(
fn
:
(
value
:
T
)
=>
Promise
<
U
>
)
:
Experimental
.
AsyncPipelineBox
<
U
>
;
<
U
>
(
fn
:
(
value
:
T
)
=>
U
|
Promise
<
U
>
,
)
:
U
extends
Promise
<
any
>
?
Experimental
.
AsyncPipelineBox
<
Awaited
<
U
>
>
:
Experimental
.
PipelineBox
<
U
>
;
}
;
depipe
()
:
T
;
(
incoming
:
unknown
)
:
T
;
}
Type Parameters
T
PipeTransform
(
incoming
:
unknown
)
:
T
Parameters
incoming
:
unknown
Returns
T
Index
Properties
pipe
Methods
depipe
Properties
pipe
pipe
:
{
<
U
>
(
fn
:
(
value
:
T
)
=>
Exclude
<
U
,
Promise
<
any
>
>
,
)
:
Experimental
.
PipelineBox
<
U
>
;
<
U
>
(
fn
:
(
value
:
T
)
=>
Promise
<
U
>
)
:
Experimental
.
AsyncPipelineBox
<
U
>
;
<
U
>
(
fn
:
(
value
:
T
)
=>
U
|
Promise
<
U
>
,
)
:
U
extends
Promise
<
any
>
?
Experimental
.
AsyncPipelineBox
<
Awaited
<
U
>
>
:
Experimental
.
PipelineBox
<
U
>
;
}
Methods
depipe
depipe
()
:
T
Returns
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pipe
Methods
depipe
Type Utils
Loading...