contains

operator fun <T : Any> contains(key: MetaContainer.Key<T>): Boolean(source)

Checks whether a value exists for the given key.

Return

true if the key exists and has a non-null value, false otherwise.

Parameters

key

The type-safe key to check.