withFallback

open override fun withFallback(config: Config): Config

Returns a config backing by the specified fallback config.

All operations will be applied to this config first, and then fall back to the fallback config when necessary.

Return

a config backing by the specified fallback config

Parameters

config

the fallback config

Sources

jvm source
Link copied to clipboard