Interface MergableConfig<T>

    • Method Detail

      • mergeWithCustom

        T mergeWithCustom​(T customConfig)
        Merges this configuration with a second (custom) configuration. If settings are defined in the second configuration they will override the settings of the current one.
        Parameters:
        customConfig -
        Returns:
        merged configuration