Preparing search index...
The search index is not available
TESSA Web API
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
Application.
App
Application.DI
DI_
Interfaces
Application.
Extensions
Application.
Http
Application.
Localization
Application.
Session
Core.
Annotation
Core.
Common
Core.
Debug
Core.
Error
Core.
Formatting
Core.
Guid
Core.
Scope
Core.
Serialization
Core.
Storage
Core.
Validation
Platform.
Business
Calendar
Business
Calendar
Request
Types
Calendar
Days
Platform.
Cards
Platform.
Cards.
Common
Platform.
Cards.
Extensions
Platform.
Cards.
Metadata
Platform.
Cards.
Service
Platform.
Cards.
Types
Platform.
Cards.
Validation
Platform.
Cards.
Workflow
Platform.
Content
Platform.
Content.
Avatar
Platform.
Files
Platform.
Formatting
Platform.
Forums
Platform.
Initialization
Platform.
Operations
Platform.
Placeholders
Platform.
Scheme
Platform.
Tags
Platform.
Validation
Platform.
Views
Platform.
Views.
Export
Platform.
Views.
Extensions
Platform.
Views.
Metadata
Platform.
Views.
Search
Queries
Platform.
Views.
Service
Platform.
Workflow
Platform.
Workflow.
Kr
Process
Platform.
Workflow.
Signals
Platform.
Workplaces
Platform.
Workplaces.
Extensions
Platform.
Workplaces.
Metadata
Platform.
Workplaces.
Service
Platform.
Workplaces.
Visitors
UI.
Common
UI.
View
Model
TESSA Web API
Core.Common
LazyMapEnhancer
Class LazyMapEnhancer<T>
Type Parameters
T =
unknown
Hierarchy
LazyMapEnhancer
Implements
IMapEnhancer
<
T
,
T
>
Index
Constructors
constructor
Properties
can
Mutate
Storage
Methods
equals
get
set
Constructors
constructor
new
Lazy
Map
Enhancer
<
T
>
(
_storage
:
IStorage
<
unknown
>
, _factory
:
(
(
key
:
string
, s
:
IStorage
<
unknown
>
|
IStorageArray
<
unknown
>
)
=>
T
)
)
:
LazyMapEnhancer
<
T
>
Type Parameters
T =
unknown
Parameters
_storage:
IStorage
<
unknown
>
_factory:
(
(
key
:
string
, s
:
IStorage
<
unknown
>
|
IStorageArray
<
unknown
>
)
=>
T
)
(
key
:
string
, s
:
IStorage
<
unknown
>
|
IStorageArray
<
unknown
>
)
:
T
Parameters
key:
string
s:
IStorage
<
unknown
>
|
IStorageArray
<
unknown
>
Returns
T
Returns
LazyMapEnhancer
<
T
>
Properties
Readonly
can
Mutate
Storage
can
Mutate
Storage
:
true
= true
Methods
equals
equals
(
a
:
T
, b
:
T
)
:
boolean
Parameters
a:
T
b:
T
Returns
boolean
get
get
(
s
:
T
, key
:
string
)
:
T
Parameters
s:
T
key:
string
Returns
T
set
set
(
v
:
T
)
:
T
Parameters
v:
T
Returns
T
Generated using
TypeDoc