renetik-android-store
renetik-android-store
/
renetik.android.store.property
/
CSStoreProperty
CSStore
Property
interface
CSStoreProperty
<
T
>
:
CSProperty
<
T
>
Content copied to clipboard
Functions
Properties
Extensions
Inheritors
Functions
fire
Change
Link copied to clipboard
abstract
fun
fireChange
(
)
Content copied to clipboard
get
Value
Link copied to clipboard
open
operator override
fun
getValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
)
:
T
Content copied to clipboard
on
Change
Link copied to clipboard
abstract
fun
onChange
(
function
:
(
T
)
->
Unit
)
:
CSRegistration
Content copied to clipboard
set
Link copied to clipboard
abstract
fun
set
(
store
:
CSStore
,
value
:
T
)
Content copied to clipboard
set
Value
Link copied to clipboard
open
operator override
fun
setValue
(
thisRef
:
Any
?
,
property
:
KProperty
<
*
>
,
value
:
T
)
Content copied to clipboard
value
Link copied to clipboard
abstract
fun
value
(
newValue
:
T
,
fire
:
Boolean
)
Content copied to clipboard
Properties
key
Link copied to clipboard
abstract
val
key
:
String
Content copied to clipboard
store
Link copied to clipboard
abstract
val
store
:
CSStore
Content copied to clipboard
value
Link copied to clipboard
abstract
override
var
value
:
T
Content copied to clipboard
Inheritors
CSLateStoreProperty
Link copied to clipboard
CSBooleanLateStoreProperty
Link copied to clipboard
CSIntLateStoreProperty
Link copied to clipboard
CSStringLateStoreProperty
Link copied to clipboard
CSValueStoreProperty
Link copied to clipboard
Extensions
save
Link copied to clipboard
fun
<
T
>
CSStoreProperty
<
T
>
.
save
(
)
Content copied to clipboard
save
To
Link copied to clipboard
fun
<
T
>
CSStoreProperty
<
T
>
.
saveTo
(
store
:
CSStore
)
Content copied to clipboard