Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.DI
DI_Interfaces
ContainerLazy
Interface ContainerLazy<M>
interface
ContainerLazy
<
M
>
{
bind
<
T
>
(
serviceIdentifier
:
ServiceIdentifier
<
T
>
,
)
:
BindingToSyntaxLazy
<
M
,
T
>
;
rebind
<
T
>
(
serviceIdentifier
:
ServiceIdentifier
<
T
>
,
)
:
BindingToSyntaxLazy
<
M
,
T
>
;
rebindAsync
<
T
>
(
serviceIdentifier
:
ServiceIdentifier
<
T
>
,
)
:
Promise
<
BindingToSyntaxLazy
<
M
,
T
>
>
;
}
Type Parameters
M
Index
Methods
bind
rebind
rebind
Async
Methods
bind
bind
<
T
>
(
serviceIdentifier
:
ServiceIdentifier
<
T
>
)
:
BindingToSyntaxLazy
<
M
,
T
>
Type Parameters
T
Parameters
serviceIdentifier
:
ServiceIdentifier
<
T
>
Returns
BindingToSyntaxLazy
<
M
,
T
>
rebind
rebind
<
T
>
(
serviceIdentifier
:
ServiceIdentifier
<
T
>
)
:
BindingToSyntaxLazy
<
M
,
T
>
Type Parameters
T
Parameters
serviceIdentifier
:
ServiceIdentifier
<
T
>
Returns
BindingToSyntaxLazy
<
M
,
T
>
rebind
Async
rebindAsync
<
T
>
(
serviceIdentifier
:
ServiceIdentifier
<
T
>
,
)
:
Promise
<
BindingToSyntaxLazy
<
M
,
T
>
>
Type Parameters
T
Parameters
serviceIdentifier
:
ServiceIdentifier
<
T
>
Returns
Promise
<
BindingToSyntaxLazy
<
M
,
T
>
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
bind
rebind
rebind
Async
TESSA Web API
Loading...