Search
Preparing search index...
The search index is not available
Typed - v3.4.4
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
asyncstorage
AsyncStorage
Interface AsyncStorage<A>
Type parameters
A
Hierarchy
Disposable
AsyncStorage
Index
Properties
None
clear
dispose
get
Item
get
Items
get
Keys
lazy
remove
Item
set
Item
Properties
None
None
:
{
dispose
:
(
)
=>
void
}
Empty Disposable
Type declaration
dispose
:
(
)
=>
void
(
)
:
void
Returns
void
Readonly
clear
clear
:
(
)
=>
ItemEffect
<
boolean
>
Type declaration
(
)
:
ItemEffect
<
boolean
>
Returns
ItemEffect
<
boolean
>
Readonly
dispose
dispose
:
(
)
=>
void
Type declaration
(
)
:
void
Returns
void
Readonly
get
Item
get
Item
:
(
key
:
string
)
=>
ItemEffect
<
Maybe
<
A
>
>
Type declaration
(
key
:
string
)
:
ItemEffect
<
Maybe
<
A
>
>
Parameters
key:
string
Returns
ItemEffect
<
Maybe
<
A
>
>
Readonly
get
Items
get
Items
:
(
)
=>
ItemsEffect
<
A
>
Type declaration
(
)
:
ItemsEffect
<
A
>
Returns
ItemsEffect
<
A
>
Readonly
get
Keys
get
Keys
:
(
)
=>
ItemsEffect
<
string
>
Type declaration
(
)
:
ItemsEffect
<
string
>
Returns
ItemsEffect
<
string
>
lazy
lazy
:
(
)
=>
LazyDisposable
Create a disposable that is lazily created
Type declaration
(
)
:
LazyDisposable
Returns
LazyDisposable
Readonly
remove
Item
remove
Item
:
(
key
:
string
)
=>
ItemEffect
<
Maybe
<
A
>
>
Type declaration
(
key
:
string
)
:
ItemEffect
<
Maybe
<
A
>
>
Parameters
key:
string
Returns
ItemEffect
<
Maybe
<
A
>
>
Readonly
set
Item
set
Item
:
(
key
:
string
, value
:
A
)
=>
ItemEffect
<
A
>
Type declaration
(
key
:
string
, value
:
A
)
:
ItemEffect
<
A
>
Parameters
key:
string
value:
A
Returns
ItemEffect
<
A
>
Typed
Introduction
Community
Code of
Conduct
Globals
asyncstorage
asyncstorage
Async
Storage
None
clear
dispose
get
Item
get
Items
get
Keys
lazy
remove
Item
set
Item
Indexed
DbEnv
Item
Effect
Items
Effect
create
Indexed
Db
create
Server
Indexed
DbFactory
destroy
Db
get
All
Keys
get
All
Values
get
Value
open
Database
put
Value
remove
Value
wrap
Storage
Generated using
TypeDoc
Empty Disposable