plus

operator fun plus(spec: Spec): Spec

Returns a config spec with this prefix.

Return

a config spec with this prefix

Parameters

spec

the base config spec

operator fun plus(config: Config): Config

Returns a config with this prefix.

Return

a config with this prefix

Parameters

config

the base config

operator fun plus(source: Source): Source

Returns a source with this prefix.

Return

a source with this prefix

Parameters

source

the base source