get

fun <T> get(key: ConfigurationKey<T>): T?

Returns the value held by the given key.

Return

the value held by the given key

Parameters

key

the key, cannot be null

Type Parameters

T

the value's type