Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Core.Storage
KeyedStorageValueFactory
Class KeyedStorageValueFactory<K, T, S>
Type Parameters
K
=
string
T
=
unknown
S
extends
IStorage
|
IStorageArray
=
IStorage
|
IStorageArray
Implements
IKeyedStorageValueFactory
<
K
,
T
,
S
>
Index
Constructors
constructor
Methods
get
Keyed
Value
get
Keyed
Value
And
Storage
Constructors
constructor
new
KeyedStorageValueFactory
<
K
=
string
,
T
=
unknown
,
S
extends
IStorage
|
IStorageArray
=
IStorage
|
IStorageArray
,
>
(
_createStorage
:
()
=>
S
,
_createFunc
:
(
key
:
K
,
value
:
S
)
=>
T
,
)
:
KeyedStorageValueFactory
<
K
,
T
,
S
>
Type Parameters
K
=
string
T
=
unknown
S
extends
IStorage
|
IStorageArray
=
IStorage
|
IStorageArray
Parameters
_createStorage
:
()
=>
S
_createFunc
:
(
key
:
K
,
value
:
S
)
=>
T
Returns
KeyedStorageValueFactory
<
K
,
T
,
S
>
Methods
get
Keyed
Value
getKeyedValue
(
key
:
K
,
storage
:
S
)
:
T
Parameters
key
:
K
storage
:
S
Returns
T
get
Keyed
Value
And
Storage
getKeyedValueAndStorage
(
key
:
K
)
:
{
storage
:
S
;
value
:
T
}
Parameters
key
:
K
Returns
{
storage
:
S
;
value
:
T
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Keyed
Value
get
Keyed
Value
And
Storage
TESSA Web API
Loading...