findFirstItem

inline fun findFirstItem(clazz: Class<out Component>): TestCollectionItem?

Performs a shallow search to Find the first item, with the given component type; in the LazyCollection.


inline fun findFirstItem(clazz: KClass<out Component>): TestCollectionItem?

See also