MatrixScope
Common surface shared by the real-tree MatrixSuiteScope and the virtual CompactScope. The data / property overloads below build a kind-neutral LayerSpec and hand it to dispatchContainer / dispatchTerminal, which route to the right scope's registration primitive (registerLayer / addLayer). So the public overloads live in exactly one place instead of being duplicated across the two scopes.
Inheritors
Functions
Link copied to clipboard
open fun <T> data(values: Iterable<T>, nameFn: NameFn<T> = ::defaultLayerName, replay: Indexes? = null, config: DataLayerConfigBuilder.() -> Unit = {}): DataLayer<T, SELF>
open fun <T> data(values: <Error class: unknown class><T>, limit: Long? = null, nameFn: NameFn<T> = ::defaultLayerName, replay: Indexes? = null, config: DataLayerConfigBuilder.() -> Unit = {}): DataLayer<T, SELF>