kite-core / jp.co.cyberagent.kite.core / AbstractKiteMutableState / <init>
<init>¶
AbstractKiteMutableState()
Inherits this abstract class to create custom KiteMutableState. When KiteMutableState.value changed, calls notifyChanged to notify its subscriber. When access the getter of KiteMutableState.value, calls subscribe to add itself as the dependency to any potential subscriber.