param

fun <V : Any> param(paramType: ContextParamType<V>, value: V?): Context.Builder<I>

Sets the given paramType to the given value.

Throws

If the given value is invalid for the given paramType.