contains

inline operator fun <T> contains(path: String): Boolean

Checks whether an asset in the selected path and T type is currently managed by the storage. This will return true for assets that are currently being loaded or


operator fun contains(descriptor: AssetDescriptor<*>): Boolean

Checks whether an asset described by descriptor is currently managed by the storage. This will return true for assets that are currently being loaded or


operator fun contains(identifier: Identifier<*>): Boolean

Checks whether an asset identified by identifier is currently managed by the storage. This will return true for assets that are currently being loaded or