findByName

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

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

This operation is eager and will cause the returned element, if any, to be realized.

Return

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

Parameters

name

The object name