plus

open operator override fun plus(config: Config): Config

Returns a config overlapped by the specified facade config.

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

Return

a config overlapped by the specified facade config

Parameters

config

the facade config

Sources

jvm source
Link copied to clipboard