Comunica
Preparing search index...
@comunica/utils-bindings-index
IBindingsIndex
Interface IBindingsIndex<V>
An index for mapping bindings to values.
interface
IBindingsIndex
<
V
>
{
get
:
(
bindings
:
Bindings
)
=>
V
[]
;
getFirst
:
(
bindings
:
Bindings
,
matchUndefsAsWildcard
:
boolean
,
)
=>
undefined
|
V
;
put
:
(
bindings
:
Bindings
,
value
:
V
)
=>
V
;
values
:
()
=>
V
[]
;
}
Type Parameters
V
Implemented by
BindingsIndexDef
BindingsIndexUndef
Index
Properties
get
get
First
put
values
Properties
get
get
:
(
bindings
:
Bindings
)
=>
V
[]
get
First
getFirst
:
(
bindings
:
Bindings
,
matchUndefsAsWildcard
:
boolean
)
=>
undefined
|
V
put
put
:
(
bindings
:
Bindings
,
value
:
V
)
=>
V
values
values
:
()
=>
V
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
get
First
put
values
Comunica
Loading...
An index for mapping bindings to values.