contains

open override fun contains(key: DependencyKey): Boolean(source)

Checks if the given dependency key is present in the dependency map.

Report a problem

Return

true if the dependency identified by the key is present in the map; otherwise false

Parameters

key

The unique key that identifies the dependency to check.