get

operator fun <V : Any> get(paramType: ContextParamType<V>): V?

Returns the value of the given paramType or null if it is not present and could not be resolved through autofillers.


operator fun <V : Any> get(paramType: DefaultingContextParamType<V>): V

Returns the value of the given paramType, falling back to the default value if the param type is not present and could not be resolved through autofillers.