Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.DI
DI_Interfaces
Lookup
Interface Lookup<T>
interface
Lookup
<
T
>
{
add
(
serviceIdentifier
:
ServiceIdentifier
,
value
:
T
)
:
void
;
clone
()
:
Lookup
<
T
>
;
get
(
serviceIdentifier
:
ServiceIdentifier
)
:
T
[]
;
getMap
()
:
Map
<
ServiceIdentifier
<
unknown
>
,
T
[]
>
;
hasKey
(
serviceIdentifier
:
ServiceIdentifier
)
:
boolean
;
remove
(
serviceIdentifier
:
ServiceIdentifier
)
:
void
;
removeByCondition
(
condition
:
(
item
:
T
)
=>
boolean
)
:
T
[]
;
removeIntersection
(
lookup
:
Lookup
<
T
>
)
:
void
;
traverse
(
func
:
(
key
:
ServiceIdentifier
,
value
:
T
[]
)
=>
void
)
:
void
;
}
Type Parameters
T
Hierarchy (
View Summary
)
Cloneable
<
Lookup
<
T
>
>
Lookup
Index
Methods
add
clone
get
get
Map
has
Key
remove
remove
By
Condition
remove
Intersection
traverse
Methods
add
add
(
serviceIdentifier
:
ServiceIdentifier
,
value
:
T
)
:
void
Parameters
serviceIdentifier
:
ServiceIdentifier
value
:
T
Returns
void
clone
clone
()
:
Lookup
<
T
>
Returns
Lookup
<
T
>
get
get
(
serviceIdentifier
:
ServiceIdentifier
)
:
T
[]
Parameters
serviceIdentifier
:
ServiceIdentifier
Returns
T
[]
get
Map
getMap
()
:
Map
<
ServiceIdentifier
<
unknown
>
,
T
[]
>
Returns
Map
<
ServiceIdentifier
<
unknown
>
,
T
[]
>
has
Key
hasKey
(
serviceIdentifier
:
ServiceIdentifier
)
:
boolean
Parameters
serviceIdentifier
:
ServiceIdentifier
Returns
boolean
remove
remove
(
serviceIdentifier
:
ServiceIdentifier
)
:
void
Parameters
serviceIdentifier
:
ServiceIdentifier
Returns
void
remove
By
Condition
removeByCondition
(
condition
:
(
item
:
T
)
=>
boolean
)
:
T
[]
Parameters
condition
:
(
item
:
T
)
=>
boolean
Returns
T
[]
remove
Intersection
removeIntersection
(
lookup
:
Lookup
<
T
>
)
:
void
Parameters
lookup
:
Lookup
<
T
>
Returns
void
traverse
traverse
(
func
:
(
key
:
ServiceIdentifier
,
value
:
T
[]
)
=>
void
)
:
void
Parameters
func
:
(
key
:
ServiceIdentifier
,
value
:
T
[]
)
=>
void
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
clone
get
get
Map
has
Key
remove
remove
By
Condition
remove
Intersection
traverse
TESSA Web API
Loading...