withDefault

fun Meta.withDefault(default: Meta?): Meta

Create a provider that uses given provider for default values if those are not found in this provider

fun MutableMeta.withDefault(default: Meta?): MutableMeta

Create a mutable item provider that uses given provider for default values if those are not found in this provider. Changes are propagated only to this provider.