Preparing search index...
The search index is not available
Ibyar/Aurora
Ibyar/Aurora
@ibyar/pipes
EveryPipe
Class EveryPipe<T>
Pipes are used as singleton it will be created if it needed, had no life cycle
no dependency injection applied on filters for now, TODO: add support of dependency injection
Type Parameters
T
Implements
PipeTransform
<
T
[]
,
boolean
>
Index
Constructors
constructor
Methods
transform
Constructors
constructor
new
EveryPipe
<
T
>
()
:
EveryPipe
<
T
>
Type Parameters
T
Returns
EveryPipe
<
T
>
Methods
transform
transform
(
input
:
T
[]
,
predicate
:
(
value
:
T
,
index
:
number
,
array
:
T
[]
)
=>
unknown
,
)
:
boolean
Parameters
input
:
T
[]
predicate
:
(
value
:
T
,
index
:
number
,
array
:
T
[]
)
=>
unknown
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
transform
Ibyar/Aurora
Loading...
Pipes are used as singleton it will be created if it needed, had no life cycle