interface LocalDataStateListener<in DATA>
data
abstract fun data(data: DATA): Unit
isEmpty
abstract fun isEmpty(): Unit