ActiveDataTree  
            class ActiveDataTree<T : Any>(dataType: KType) : DataTree<T> , DataSetBuilder<T> , ActiveDataSet<T> 
Content copied to clipboard
A mutable DataTree.Companion.active. It
Constructors
ActiveDataTree
                          
                    Link copied to clipboard
                        Functions
setAndObserve  
                          
                    Link copied to clipboard
                        Copy given data set and mirror its changes to this ActiveDataTree in this@setAndObserve. Returns an update Job
Properties
Extensions
emit
                          
                    Link copied to clipboard
                        inline suspend fun <T : Any> ActiveDataTree<T>.emit(name: Name, noinline block: suspend ActiveDataTree<T>.() -> Unit)
Content copied to clipboard
inline suspend fun <T : Any> ActiveDataTree<T>.emit(name: String, noinline block: suspend ActiveDataTree<T>.() -> Unit)
Content copied to clipboard