CompactScope
Functions
Link copied to clipboard
open fun <T> data(values: Iterable<T>, nameFn: NameFn<T> = ::defaultLayerName, replay: Indexes? = null, config: DataLayerConfigBuilder.() -> Unit = {}): DataLayer<T, CompactScope>
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, CompactScope>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <T> property(gen: Gen<T>, iterations: Int = matrixConfig.defaultPropertyIterations, nameFn: NameFn<T> = ::defaultLayerName, replay: Cases? = null, config: PropertyLayerConfigBuilder.() -> Unit = {}): PropertyLayer<T, CompactScope>
open fun <T> property(name: String, gen: Gen<T>, iterations: Int = matrixConfig.defaultPropertyIterations, nameFn: NameFn<T> = ::defaultLayerName, replay: Cases? = null, config: PropertyLayerConfigBuilder.() -> Unit = {}): PropertyLayer<T, CompactScope>
Link copied to clipboard