updateWith

fun <T : Any> MutableMeta.updateWith(spec: Specification<T>, action: T.() -> Unit): T

Update a MutableMeta using given specification

fun <T : Any> Configurable.updateWith(spec: Specification<T>, action: T.() -> Unit): T

Update configuration using given specification