renetik-android
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
renetik-android
renetik-android-store
/
renetik.android.store.property
Package-level
declarations
The
CSStoreProperty
delegate implementations behind the factories.
Types
Functions
Properties
Types
CSLate
Store
Property
Link copied to clipboard
interface
CSLateStoreProperty
<
T
>
:
CSStoreProperty
<
T
>
CSStore
Action
Link copied to clipboard
object
CSStoreAction
CSStore
Property
Link copied to clipboard
interface
CSStoreProperty
<
T
>
:
CSProperty
<
T
>
Properties
is
Not
Loaded
Link copied to clipboard
val
CSLateStoreProperty
<
*
>
.
isNotLoaded
:
Boolean
Functions
listen
Change
Link copied to clipboard
inline
fun
<
T
:
CSStoreProperty
<
V
>
,
CSHasRegistrations
,
V
>
T
.
listenChange
(
)
:
T
listen
Load
Link copied to clipboard
inline
fun
<
T
:
CSStoreProperty
<
V
>
,
CSHasRegistrations
,
V
>
T
.
listenLoad
(
)
:
T
inline
fun
<
T
:
CSStoreProperty
<
*
>
>
T
.
listenLoad
(
parent
:
CSHasRegistrations
)
:
T
listen
Load
Once
Link copied to clipboard
inline
fun
<
T
:
CSStoreProperty
<
*
>
>
T
.
listenLoadOnce
(
)
:
T
save
Link copied to clipboard
fun
<
T
>
CSStoreProperty
<
T
>
.
save
(
)
fun
<
T
>
CSStoreProperty
<
T
>
.
save
(
value
:
T
)
save
To
Link copied to clipboard
fun
<
T
>
CSStoreProperty
<
T
>
.
saveTo
(
store
:
CSStore
)