contains

abstract operator fun contains(item: Item<*>): Boolean

Whether this item container contains specified item or not.

Return

true if this item container contains specified item, false otherwise

Parameters

item

config item

abstract operator fun contains(name: String): Boolean

Whether this item container contains item with specified name or not.

Return

true if this item container contains item with specified name, false otherwise

Parameters

name

item name

abstract operator fun contains(path: Path): Boolean

Whether this item container contains the specified path or not.

Return

true if this item container contains the specified path, false otherwise

Parameters

path

the specified path