getConfigOrNull

Returns the configuration object of the provided type, or null if none were registered.

Parameters

type

The type of configuration to get.


inline fun <T : IConfig> BConfig.getConfigOrNull(): T?(source)

Returns the configuration object of the provided type, or null if none were registered.

Parameters

T

The type of configuration to get.