DataSetBuilder
Functions
Properties
Inheritors
ActiveDataTree
Link copied to clipboard
Extensions
emit
Link copied to clipboard
suspend fun <T : Any> DataSetBuilder<T>.emit(name: Name, block: suspend DataSetBuilder<T>.() -> Unit)
Content copied to clipboard
suspend fun <T : Any> DataSetBuilder<T>.emit(name: String, data: Data<T>)
Content copied to clipboard
suspend fun <T : Any> DataSetBuilder<T>.emit(name: String, set: DataSet<T>)
Content copied to clipboard
suspend fun <T : Any> DataSetBuilder<T>.emit(name: String, block: suspend DataSetBuilder<T>.() -> Unit)
Content copied to clipboard
produce
Link copied to clipboard
Produce lazy Data and emit it into the DataSetBuilder
static
Link copied to clipboard
Emit a static data with the fixed value