api / org.gradle.model / ModelMap / containsValue

containsValue

abstract fun containsValue(item: Any): Boolean

Returns true if this collection contains the given item.

Parameters

item - The item.

Return
true if this collection contains the given item.