@eagleoutice/flowr - v2.15.8
Preparing search index...
src/search/search-executor/search-transformer
transformers
Variable transformers
Const
transformers
:
{
filter
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
filter
:
FlowrFilterExpression
}
,
)
=>
Promise
<
CascadeEmpty
<
Elements
,
(...)
|
(...)
>
>
;
first
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
)
=>
CascadeEmpty
<
Elements
,
[
(...)
[
(...)
]
]
>
;
index
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
index
:
number
}
,
)
=>
CascadeEmpty
<
Elements
,
[
(...)
[
(...)
]
]
>
;
last
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
)
=>
CascadeEmpty
<
Elements
,
[
LastOfArray
<
(...)
>
]
>
;
map
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
args
:
Enrichment
;
mapper
:
Enrichment
}
,
)
=>
FlowrSearchElements
<
ParentInformation
,
Elements
>
;
merge
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
other
:
{
generator
:
FlowrSearchGeneratorNode
;
search
:
unknown
[]
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
;
select
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
select
:
number
[]
}
,
)
=>
CascadeEmpty
<
Elements
,
Elements
>
;
skip
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
count
:
number
}
,
)
=>
CascadeEmpty
<
Elements
,
TailOfArray
<
Elements
>
>
;
tail
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
)
=>
CascadeEmpty
<
Elements
,
TailOfArray
<
Elements
>
>
;
take
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
count
:
number
}
,
)
=>
CascadeEmpty
<
Elements
,
TailOfArray
<
Elements
>
>
;
unique
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
)
=>
CascadeEmpty
<
Elements
,
Elements
>
;
with
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
input
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
args
?:
undefined
;
info
:
Enrichment
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
;
}
= ...
All supported generators!
Type Declaration
Readonly
filter
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
filter
:
FlowrFilterExpression
}
,
)
=>
Promise
<
CascadeEmpty
<
Elements
,
(...)
|
(...)
>
>
Readonly
first
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
)
=>
CascadeEmpty
<
Elements
,
[
(...)
[
(...)
]
]
>
Readonly
index
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
index
:
number
}
,
)
=>
CascadeEmpty
<
Elements
,
[
(...)
[
(...)
]
]
>
Readonly
last
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
)
=>
CascadeEmpty
<
Elements
,
[
LastOfArray
<
(...)
>
]
>
Readonly
map
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
args
:
Enrichment
;
mapper
:
Enrichment
}
,
)
=>
FlowrSearchElements
<
ParentInformation
,
Elements
>
Readonly
merge
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
other
:
{
generator
:
FlowrSearchGeneratorNode
;
search
:
unknown
[]
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
Readonly
select
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
select
:
number
[]
}
,
)
=>
CascadeEmpty
<
Elements
,
Elements
>
Readonly
skip
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
count
:
number
}
,
)
=>
CascadeEmpty
<
Elements
,
TailOfArray
<
Elements
>
>
Readonly
tail
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
)
=>
CascadeEmpty
<
Elements
,
TailOfArray
<
Elements
>
>
Readonly
take
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
count
:
number
}
,
)
=>
CascadeEmpty
<
Elements
,
TailOfArray
<
Elements
>
>
Readonly
unique
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
data
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
)
=>
CascadeEmpty
<
Elements
,
Elements
>
Readonly
with
:
<
Elements
extends
FlowrSearchElement
<
ParentInformation
>
[]
,
FSE
extends
FlowrSearchElements
<
ParentInformation
,
Elements
>
,
>
(
input
:
ReadonlyFlowrAnalysisProvider
,
elements
:
FSE
,
__namedParameters
:
{
args
?:
undefined
;
info
:
Enrichment
}
,
)
=>
Promise
<
FlowrSearchElements
<
ParentInformation
,
(...)
[]
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
All supported generators!