Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
c0348dd06f
@ -91,5 +91,5 @@ public open class MetaScheme(
|
||||
|
||||
public fun Meta.asScheme(): MetaScheme = MetaScheme(this)
|
||||
|
||||
public fun <T : Configurable> Meta.toScheme(spec: Specification<T>, block: T.() -> Unit): T =
|
||||
spec.wrap(this).apply(block)
|
||||
public fun <T : Configurable> Meta.toScheme(spec: Specification<T>, block: T.() -> Unit = {}): T =
|
||||
spec.wrap(this).apply(block)
|
||||
|
Loading…
Reference in New Issue
Block a user