findByName

@Nullable
abstract fun findByName(name: String): T(source)

Locates an object by name, returning null if there is no such object.

Return

The object with the given name, or null if there is no such object in this collection.

Parameters

name

The object name